We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0dd28c + 26bc92c commit 3e92788Copy full SHA for 3e92788
1 file changed
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
- export PATH="$HOME/miniconda/bin:$PATH"
14
- conda config --add channels ioos -f
15
- conda update --yes --all
16
- - travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
+ - travis_retry conda create --yes -n test python=$PYTHON nomkl --file requirements.txt
17
- source activate test
18
- conda install --yes --file requirements-dev.txt;
19
- pip install git+https://github.com/python-visualization/branca.git@befdf0bb29ecea488c79147fa1a851e15bfe5a10
0 commit comments