changed travis conf

This commit is contained in:
Nicolo Fusi 2013-01-31 13:43:37 +00:00
parent 169f5fead9
commit 4998317b7a

View file

@ -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