mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 06:22:38 +02:00
Attempting to fix travis build
This commit is contained in:
parent
4fd05439fc
commit
7a525df3ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue