GPy/.travis.yml

12 lines
373 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- sudo apt-get install python-scipy
2013-01-18 11:42:46 +00:00
- pip install sphinx
- pip install . --use-mirrors
# command to run tests, e.g. python setup.py test
script:
2013-01-18 11:42:46 +00:00
- nosetests --with-xcoverage --with-xunit --cover-package=GPy --cover-erase GPy/testing