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.
2 parents 7cb9d1f + 482ddad commit d56d544Copy full SHA for d56d544
.travis.yml
@@ -97,7 +97,8 @@ install:
97
- |
98
if [[ $BUILD_DOCS == true ]]; then
99
pip install $PRE numpydoc ipython jsonschema mistune colorspacious
100
- pip install -q $PRE linkchecker
+ # linkchecker is currently broken with requests 2.10.0 so force an earlier version
101
+ pip install $PRE requests==2.9.2 linkchecker
102
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
103
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
104
mkdir -p tmp
0 commit comments