mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 05:35:13 +08:00
update travis
This commit is contained in:
+10
-2
@@ -4,10 +4,14 @@ python:
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
||||
- sudo apt-get install -qq gcc gfortran libblas-dev liblapack-dev python-numpy python-scipy python-matplotlib python-pip
|
||||
- sudo pip install scipy --upgrade > installScipy.txt
|
||||
- sudo pip install numpy --upgrade > installNumpy.txt
|
||||
- cd ../
|
||||
- git clone https://github.com/simpeg/simpeg.git
|
||||
- python simpeg/SimPEG/setup.py
|
||||
- cd simpeg/SimPEG/
|
||||
- python setup.py
|
||||
- cd ../../
|
||||
- echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc
|
||||
- source .bashrc
|
||||
- cd simpegdc
|
||||
@@ -15,3 +19,7 @@ before_install:
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
# command to run tests
|
||||
script: nosetests -v
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- rowanc1@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user