mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
changed travis conf
This commit is contained in:
parent
169f5fead9
commit
4998317b7a
1 changed files with 9 additions and 1 deletions
|
|
@ -10,3 +10,11 @@ virtualenv:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -qq python-scipy python-pip
|
- sudo apt-get install -qq python-scipy python-pip
|
||||||
- sudo apt-get install -qq python-matplotlib
|
- sudo apt-get install -qq python-matplotlib
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install sphinx
|
||||||
|
- pip install nose
|
||||||
|
- pip install . --use-mirrors
|
||||||
|
# command to run tests, e.g. python setup.py test
|
||||||
|
script:
|
||||||
|
- nosetests GPy/testing
|
||||||
Loading…
Add table
Add a link
Reference in a new issue