Skip to content

Commit e63dff6

Browse files
committed
Merge remote-tracking branch 'matplotlib/v1.5.x' into v2.x
2 parents 360b2f7 + d56d544 commit e63dff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ install:
101101
- |
102102
if [[ $BUILD_DOCS == true ]]; then
103103
pip install $PRE numpydoc ipython jsonschema mistune colorspacious
104-
pip install -q $PRE linkchecker
104+
# linkchecker is currently broken with requests 2.10.0 so force an earlier version
105+
pip install $PRE requests==2.9.2 linkchecker
105106
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
106107
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
107108
mkdir -p tmp

0 commit comments

Comments
 (0)