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: