mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-12 12:51:28 +08:00
Use pymatsolver in TravisCI
This commit is contained in:
+15
-2
@@ -4,6 +4,16 @@ python:
|
|||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- gcc
|
||||||
|
- gfortran
|
||||||
|
- libopenmpi-dev
|
||||||
|
- libmumps-seq-dev
|
||||||
|
- libblas-dev
|
||||||
|
- liblapack-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TEST_DIR="tests/mesh tests/base tests/utils"
|
- TEST_DIR="tests/mesh tests/base tests/utils"
|
||||||
- TEST_DIR=tests/examples
|
- TEST_DIR=tests/examples
|
||||||
@@ -23,9 +33,12 @@ before_install:
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
install:
|
install:
|
||||||
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython
|
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython nose
|
||||||
- pip install nose-cov python-coveralls
|
- pip install nose-cov python-coveralls
|
||||||
# - pip install -r requirements.txt
|
|
||||||
|
- git clone https://github.com/rowanc1/pymatsolver.git
|
||||||
|
- cd pymatsolver; python setup.py install; cd ..
|
||||||
|
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user