Change travis.

This commit is contained in:
rowanc1
2014-02-05 12:42:56 -08:00
parent 5c509b3538
commit 566291955c
+1 -1
View File
@@ -10,7 +10,7 @@ before_install:
- python simpeg/SimPEG/setup.py
- echo export PYTHONPATH=$PYTHONPATH:/home/travis/build/simpeg/simpeg >> .bashrc
- source .bashrc
- cd simpegdc
- cd simpegem
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests