Added apt-get scipy installation for travis, need to ensure version

This commit is contained in:
Alan Saul 2013-01-18 12:39:54 +00:00
parent 1aca88d27f
commit 377cc383be

View file

@ -3,8 +3,7 @@ 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"
- sudo apt-get install python-scipy
- pip install sphinx
- pip install . --use-mirrors
# command to run tests, e.g. python setup.py test