Removed yes pipe for travis

This commit is contained in:
Alan Saul 2013-12-16 17:54:41 +00:00
parent b49863f64f
commit 2e5faf305d

View file

@ -23,5 +23,5 @@ install:
- pip install . --use-mirrors
# command to run tests, e.g. python setup.py test
script:
#- nosetests GPy/testing
- yes | nosetests GPy/testing
- nosetests GPy/testing
#- yes | nosetests GPy/testing