We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3629f6 commit a2b227aCopy full SHA for a2b227a
.travis.yml
@@ -64,5 +64,5 @@ script:
64
65
- if [[ $TEST_TARGET == 'notebooks' ]]; then
66
py.test -vv tests/notebooks/test_notebooks.py ;
67
- cd tests/notebooks && doctr deploy --built-docs=results --gh-pages-docs=gallery ;
+ doctr deploy --built-docs=examples/results --gh-pages-docs=gallery ;
68
fi
requirements-dev.txt
@@ -8,3 +8,4 @@ geopandas
8
cartopy
9
gpxpy
10
seawater
11
+mplleaflet
0 commit comments