Skip to content

Commit 2360339

Browse files
authored
Update .travis.yml
1 parent 739f9e4 commit 2360339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- bash miniconda.sh -b -p $HOME/miniconda
99
- export PATH=/home/travis/miniconda/bin:$PATH
1010
install:
11-
- conda create -q -y -n magnics-test -c conda-forge python=$TRAVIS_PYTHON_VERSION fenics pytest nbval
11+
- conda create -q -y -n magnics-test -c conda-forge python=$TRAVIS_PYTHON_VERSION fenics pytest scipy nbval
1212
- source activate magnics-test
1313

1414
# command to run tests

0 commit comments

Comments
 (0)