Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f8d25d

Browse files
authored
Merge pull request #6962 from tacaswell/ci_fix_basemap_dep
CI: exclude bad pyshp version
2 parents 0bf79ea + fda2f97 commit 4f8d25d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ install:
123123
# We have to install it after matplotlib to avoid pulling in MPL as
124124
# a dependency
125125
if [[ $BUILD_DOCS == true ]]; then
126+
pip install pyshp!=1.2.8
126127
pip install https://github.com/matplotlib/basemap/tarball/master
127128
fi;
128129

0 commit comments

Comments
 (0)