minor updates to travis.

This commit is contained in:
Rowan Cockett
2015-02-24 17:15:00 -05:00
parent 2a53b78ccd
commit 629bb56185
+4 -1
View File
@@ -17,8 +17,11 @@ before_install:
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython
- pip install nose-cov python-coveralls
- pip install -r requirements.txt
# Remove this when SimPEG is on pip
- git clone https://github.com/simpeg/simpeg.git
- cd simpeg/
- python setup.py install
- cd ../
# Run test
script: