Attempting to fix travis build

This commit is contained in:
Alan Saul 2014-11-21 15:21:13 +00:00
parent 4fd05439fc
commit 7a525df3ac

View file

@ -18,9 +18,10 @@ before_install:
install: install:
- pip install --upgrade numpy==1.7.1 - pip install --upgrade numpy==1.7.1
- pip install --upgrade scipy==0.12
- pip install sphinx - pip install sphinx
- pip install nose - pip install nose
- pip install . --use-mirrors - pip install .
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
- nosetests GPy/testing - nosetests GPy/testing