Make simpeg setup work.

This commit is contained in:
rowanc1
2014-02-07 14:02:56 -08:00
parent e29e87c7c4
commit cc2ab82f78
+4 -3
View File
@@ -4,11 +4,12 @@ python:
virtualenv:
system_site_packages: true
before_install:
- 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 apt-get install -qq gcc gfortran libblas-dev liblapack-dev python-numpy python-scipy python-matplotlib python-pip
- sudo pip install scipy --upgrade
- sudo pip install numpy --upgrade
- python SimPEG/setup.py
- cd SimPEG
- python setup.py
- cd ../
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests