File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ before_install:
32
32
- ./miniconda.sh -b -p $HOME/miniconda
33
33
- export PATH="$HOME/miniconda/bin:$PATH"
34
34
- conda update --yes conda
35
+ - conda install --yes nomkl
35
36
36
37
install :
37
38
38
39
# We just set up a conda environment with the right Python version. This
39
40
# should not need changing.
40
41
41
- - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
42
+ - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION numpy matplotlib docopt requests pyyaml
42
43
- source activate test
43
- - conda install --yes --channel=conda-forge numpy matplotlib docopt requests pyyaml
44
44
- conda install --yes --channel=${TESTERS}
45
45
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
46
46
- pip install coveralls
You can’t perform that action at this time.
0 commit comments