Update .travis.yml

This commit is contained in:
Rowan Cockett
2015-02-13 14:58:58 -08:00
parent a8dc7ddd25
commit 852a7295ef
+1 -1
View File
@@ -22,7 +22,7 @@ install:
- cd ../
- git clone https://github.com/simpeg/simpeg.git
- cd simpeg/
- python setup.py
- python setup.py build_ext --inplace
- cd ../
- echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc
- source .bashrc