install blas on travis VM?

This commit is contained in:
rowanc1
2014-02-07 09:49:37 -08:00
parent f40b32f2ab
commit e29e87c7c4
+2 -1
View File
@@ -4,7 +4,8 @@ python:
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-pip
- sudo apt-get install -qq gcc gfortran python-numpy python-scipy python-matplotlib python-pip
- sudo apt-get -qq install libblas-dev liblapack-dev
- sudo pip install scipy --upgrade
- sudo pip install numpy --upgrade
- python SimPEG/setup.py