Skip to content

Commit 8185123

Browse files
author
Martin Journois
committed
Fix test_image_overlay for py27
1 parent 397093b commit 8185123

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
@@ -18,7 +18,7 @@ before_install:
1818
- source activate test
1919
- if [[ "$PYTHON" != "3.3" ]]; then
2020
conda install --yes --file requirements-dev.txt;
21-
conda install -c ioos geopandas;
21+
conda install --yes -c ioos geopandas;
2222
fi
2323
- if [[ "$PYTHON" != "3.5" ]]; then
2424
travis_retry conda install --yes mock ;

0 commit comments

Comments
 (0)