diff --git a/.travis.yml b/.travis.yml index ad52a200..e9ae5831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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