Skip to content

Commit b1e55ec

Browse files
committed
Install basemap from git trying to fix build issue with docs
1 parent 79c774f commit b1e55ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ install:
117117
# We have to install it after matplotlib to avoid pulling in MPL as
118118
# a dependency
119119
if [[ $BUILD_DOCS == true ]]; then
120-
pip install https://github.com/matplotlib/basemap/tarball/master
120+
pip install git+https://github.com/matplotlib/basemap.git
121121
fi;
122122
123123
script:

0 commit comments

Comments
 (0)