mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Adding travis.yml file for Travis continuous intregration service, may not work yet
This commit is contained in:
parent
688d6ac7a5
commit
8da741f725
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
language: python
|
||||
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 ./"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing"
|
||||
Loading…
Add table
Add a link
Reference in a new issue