We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feadb41 commit b471146Copy full SHA for b471146
1 file changed
.travis.yml
@@ -19,6 +19,7 @@ before_install:
19
- conda install --yes --file requirements-dev.txt
20
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel shapely fiona
21
- pip install geopandas
22
+ - conda update --yes --all
23
- if [[ "$PYTHON" != "3.5" ]]; then
24
travis_retry conda install --yes mock ;
25
fi
0 commit comments