Skip to content

test_notebooks #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Feb 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ before_install:
- conda update --yes --all
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
- source activate test
- conda install --yes --file requirements-dev.txt
- travis_retry conda install --yes pytest pandas vincent flake8
- conda install --yes --file requirements-dev.txt;
- if [[ "$PYTHON" == "3.4" ]]; then
travis_retry conda install --yes nbconvert jupyter_client ipykernel;
conda install --yes -c ioos geopandas;
fi
- if [[ "$PYTHON" != "3.5" ]]; then
travis_retry conda install --yes mock ;
fi
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.ipynb
*.md
5,831 changes: 117 additions & 5,714 deletions examples/Features.ipynb

Large diffs are not rendered by default.

63 changes: 26 additions & 37 deletions examples/GeoPandas.ipynb

Large diffs are not rendered by default.

123 changes: 68 additions & 55 deletions examples/ImageOverlay.ipynb

Large diffs are not rendered by default.

20 changes: 5 additions & 15 deletions examples/Popups.ipynb

Large diffs are not rendered by default.

325 changes: 119 additions & 206 deletions examples/clustered_markers.ipynb

Large diffs are not rendered by default.

1,393 changes: 516 additions & 877 deletions examples/folium_examples.ipynb

Large diffs are not rendered by default.

185 changes: 0 additions & 185 deletions examples/marker_color_icon_examples.ipynb

This file was deleted.

Loading