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 79c774f commit b1e55ecCopy full SHA for b1e55ec
.travis.yml
@@ -117,7 +117,7 @@ install:
117
# We have to install it after matplotlib to avoid pulling in MPL as
118
# a dependency
119
if [[ $BUILD_DOCS == true ]]; then
120
- pip install https://github.com/matplotlib/basemap/tarball/master
+ pip install git+https://github.com/matplotlib/basemap.git
121
fi;
122
123
script:
0 commit comments