mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 11:51:35 +08:00
python path troubles in travis..
This commit is contained in:
+2
-1
@@ -7,8 +7,9 @@ before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
||||
- cd ../
|
||||
- git clone https://github.com/simpeg/simpeg.git
|
||||
- setenv PYTHONPATH $PYTHONPATH:/home/travis/build/simpeg/simpeg
|
||||
- python simpeg/SimPEG/setup.py
|
||||
- echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc
|
||||
- source .bashrc
|
||||
- cd simpegdc
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
|
||||
Reference in New Issue
Block a user