Skip to content

Commit 0f2199f

Browse files
author
Martin Journois
committed
Fix test_notebooks.test_gepandas
1 parent 4f28416 commit 0f2199f

4 files changed

Lines changed: 150 additions & 244 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ before_install:
1717
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
1818
- source activate test
1919
- conda install --yes --file requirements-dev.txt
20-
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel
20+
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel shapely fiona
21+
- pip install geopandas
2122
- if [[ "$PYTHON" != "3.5" ]]; then
2223
travis_retry conda install --yes mock ;
2324
fi

examples/GeoPandas.ipynb

Lines changed: 26 additions & 37 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)