Skip to content

Commit 4d382b1

Browse files
committed
nomkl, different sources in travis
1 parent d62f4cb commit 4d382b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ before_install:
3232
- ./miniconda.sh -b -p $HOME/miniconda
3333
- export PATH="$HOME/miniconda/bin:$PATH"
3434
- conda update --yes conda
35+
- conda install --yes nomkl
3536

3637
install:
3738

3839
# We just set up a conda environment with the right Python version. This
3940
# should not need changing.
4041

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
4243
- source activate test
43-
- conda install --yes --channel=conda-forge numpy matplotlib docopt requests pyyaml
4444
- conda install --yes --channel=${TESTERS}
4545
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
4646
- pip install coveralls

0 commit comments

Comments
 (0)