From fda2f97b4e4fb1203bc44787ac240a43f628b6ad Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 20 Aug 2016 19:36:53 -0400 Subject: [PATCH] CI: exclude bad pyshp version This is a dependency of basemap --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b8bf10e94911..06ab039530c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,7 @@ install: # We have to install it after matplotlib to avoid pulling in MPL as # a dependency if [[ $BUILD_DOCS == true ]]; then + pip install pyshp!=1.2.8 pip install https://github.com/matplotlib/basemap/tarball/master fi;