We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739f9e4 commit 2360339Copy full SHA for 2360339
.travis.yml
@@ -8,7 +8,7 @@ before_install:
8
- bash miniconda.sh -b -p $HOME/miniconda
9
- export PATH=/home/travis/miniconda/bin:$PATH
10
install:
11
- - conda create -q -y -n magnics-test -c conda-forge python=$TRAVIS_PYTHON_VERSION fenics pytest nbval
+ - conda create -q -y -n magnics-test -c conda-forge python=$TRAVIS_PYTHON_VERSION fenics pytest scipy nbval
12
- source activate magnics-test
13
14
# command to run tests
0 commit comments