Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f195d7b commit d496dc1Copy full SHA for d496dc1
1 file changed
.travis.yml
@@ -103,7 +103,7 @@ install:
103
pip install $PRE numpydoc ipython jsonschema mistune colorspacious
104
pip install -q $PRE linkchecker
105
# Installing basemap from github until it's back on pypi
106
- pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz
+ pip install https://github.com/matplotlib/basemap/tarball/master
107
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
108
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
109
mkdir -p tmp
0 commit comments