Skip to content

Commit 45a1450

Browse files
committed
Test
1 parent 2b97bca commit 45a1450

20 files changed

+376
-12310
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ before_install:
1616
- bash miniconda.sh -b -p $HOME/miniconda
1717
- export PATH="$HOME/miniconda/bin:$PATH"
1818
- conda update --yes --all
19-
#- conda config --add channels conda-forge --force
20-
- conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION nomkl --file requirements.txt --file requirements-dev.txt
19+
- conda config --add channels conda-forge --force
20+
- conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
2121
- source activate TEST
22-
- pip install vincent
2322

2423
- if [[ "$TRAVIS_PYTHON_VERSION" != "3.5" ]]; then
2524
conda install --yes mock ;

examples/CRS comparison.ipynb

Lines changed: 11 additions & 44 deletions
Large diffs are not rendered by default.

examples/Colormaps.ipynb

Lines changed: 69 additions & 87 deletions
Large diffs are not rendered by default.

examples/Features.ipynb

Lines changed: 33 additions & 228 deletions
Large diffs are not rendered by default.

examples/GeoJSON and choropleth.ipynb

Lines changed: 38 additions & 373 deletions
Large diffs are not rendered by default.

examples/GeoPandas.ipynb

Lines changed: 28 additions & 43 deletions
Large diffs are not rendered by default.

examples/ImageOverlay.ipynb

Lines changed: 20 additions & 23 deletions
Large diffs are not rendered by default.

examples/Popups.ipynb

Lines changed: 25 additions & 40 deletions
Large diffs are not rendered by default.

examples/Quickstart.ipynb

Lines changed: 44 additions & 39 deletions
Large diffs are not rendered by default.

examples/SmoothFactor.ipynb

Lines changed: 4 additions & 21 deletions
Large diffs are not rendered by default.

examples/clustered_markers.ipynb

Lines changed: 13 additions & 53 deletions
Large diffs are not rendered by default.

examples/folium_examples.ipynb

Lines changed: 46 additions & 52 deletions
Large diffs are not rendered by default.

examples/plugins_examples.ipynb

Lines changed: 25 additions & 46 deletions
Large diffs are not rendered by default.

examples/test_folium_wms.ipynb

Lines changed: 6 additions & 8 deletions
Large diffs are not rendered by default.

examples/test_rotate.ipynb

Lines changed: 7 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)