We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 360b2f7 + d56d544 commit e63dff6Copy full SHA for e63dff6
.travis.yml
@@ -101,7 +101,8 @@ install:
101
- |
102
if [[ $BUILD_DOCS == true ]]; then
103
pip install $PRE numpydoc ipython jsonschema mistune colorspacious
104
- pip install -q $PRE linkchecker
+ # linkchecker is currently broken with requests 2.10.0 so force an earlier version
105
+ pip install $PRE requests==2.9.2 linkchecker
106
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
107
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
108
mkdir -p tmp
0 commit comments