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