Skip to content

Commit b471146

Browse files
author
Martin Journois
committed
Fix test_image_overlay for py27
1 parent feadb41 commit b471146

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ before_install:
1919
- conda install --yes --file requirements-dev.txt
2020
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel shapely fiona
2121
- pip install geopandas
22+
- conda update --yes --all
2223
- if [[ "$PYTHON" != "3.5" ]]; then
2324
travis_retry conda install --yes mock ;
2425
fi

0 commit comments

Comments
 (0)