changed travis conf

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

View file

@ -9,4 +9,12 @@ virtualenv:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- 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