Upgrade Scipy on travis.

This commit is contained in:
rowanc1
2014-02-07 09:42:18 -08:00
parent 8ec21210fb
commit f40b32f2ab
+3 -1
View File
@@ -4,7 +4,9 @@ python:
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-pip
- sudo pip install scipy --upgrade
- sudo pip install numpy --upgrade
- python SimPEG/setup.py
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"