We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f68df9 commit 2d332bcCopy full SHA for 2d332bc
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- travis_retry conda create --yes -n test python=$PYTHON --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
+ - pip install git+https://github.com/python-visualization/branca.git@a27055b3a9bd823a917a9a9847efac8dbd590238
20
- if [[ "$PYTHON" == "3.4" ]]; then
21
travis_retry conda install --yes nbconvert jupyter_client ipykernel;
22
conda install --yes -c ioos geopandas;
0 commit comments