add pymatsolver to travis

This commit is contained in:
seogi_macbook
2016-02-04 11:12:12 -08:00
parent 269269daf7
commit dc6009f9c8
+10 -3
View File
@@ -18,10 +18,16 @@ install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython
- pip install nose-cov python-coveralls
# Remove this when SimPEG is on pip
- git clone https://github.com/simpeg/simpeg.git
- cd simpeg/
- git clone https://github.com/rowanc1/pymatsolver.git
- cd pymatsolver; python setup.py install; cd ..
- python setup.py install
- cd ../
- python setup.py build_ext --inplace
# - git clone https://github.com/simpeg/simpeg.git
# - cd simpeg/
# - python setup.py install
# - cd ../
# Run test
script:
@@ -34,3 +40,4 @@ after_success:
notifications:
email:
- rowanc1@gmail.com
- sgkang09@gmail.com