Fixing .travis.yml file to get testing to work

This commit is contained in:
GudniRos
2015-07-02 14:17:40 -07:00
parent ed72fba063
commit 26efae1f4a
+1 -1
View File
@@ -25,7 +25,7 @@ install:
- python setup.py build_ext --inplace
- cd ../
- echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc
- git clone https://github.com/simpegem/simpegem.git
- git clone https://github.com/simpeg/simpegem.git
- cd simpegem/
- python setup.py build_ext --inplace
- cd ../