From b1e55ec68056ab583e6f7c6b0b49c0ae0f482602 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Fri, 6 May 2016 20:40:07 +0100 Subject: [PATCH] Install basemap from git trying to fix build issue with docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e639e3e2e1a..3068f23d6bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,7 +117,7 @@ install: # We have to install it after matplotlib to avoid pulling in MPL as # a dependency if [[ $BUILD_DOCS == true ]]; then - pip install https://github.com/matplotlib/basemap/tarball/master + pip install git+https://github.com/matplotlib/basemap.git fi; script: