Skip to content

Commit 3e92788

Browse files
committed
Merge pull request #396 from BibMartin/nomkl
nomkl avoids downloading mkl in tests
2 parents e0dd28c + 26bc92c commit 3e92788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- export PATH="$HOME/miniconda/bin:$PATH"
1414
- conda config --add channels ioos -f
1515
- conda update --yes --all
16-
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
16+
- travis_retry conda create --yes -n test python=$PYTHON nomkl --file requirements.txt
1717
- source activate test
1818
- conda install --yes --file requirements-dev.txt;
1919
- pip install git+https://github.com/python-visualization/branca.git@befdf0bb29ecea488c79147fa1a851e15bfe5a10

0 commit comments

Comments
 (0)