Skip to content

Commit 397093b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ before_install:
1717
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
1818
- source activate test
1919
- if [[ "$PYTHON" != "3.3" ]]; then
20-
conda install --yes --file requirements-dev.txt
21-
conda install -c ioos geopandas
20+
conda install --yes --file requirements-dev.txt;
21+
conda install -c ioos geopandas;
2222
fi
2323
- if [[ "$PYTHON" != "3.5" ]]; then
2424
travis_retry conda install --yes mock ;

0 commit comments

Comments
 (0)