mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Changing travis installation
This commit is contained in:
parent
8da741f725
commit
52a9776330
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -3,10 +3,10 @@ python:
|
|||
- "2.7"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- "pip install scipy>=0.10.1"
|
||||
- "pip install numpy>=1.6.2"
|
||||
- "pip install sphinx"
|
||||
- "pip install ./"
|
||||
- pip install scipy>=0.10.1
|
||||
- pip install numpy>=1.6.2
|
||||
- pip install sphinx
|
||||
- pip install . --use-mirrors
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing"
|
||||
- nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue