Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbfbb3d

Browse files
committed
Upgrade pip before installing link checker
1 parent 1d582bc commit dbfbb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ script:
115115
python make.py html --small --warningsaserrors
116116
# We don't build the LaTeX docs here, so linkchecker will complain
117117
touch build/html/Matplotlib.pdf
118+
# Linkchecker only works with python 2.7 for the time being
118119
deactivate
119120
source ~/virtualenv/python2.7/bin/activate
121+
pip install pip --upgrade
120122
pip install linkchecker
121123
linkchecker build/html/index.html
122124
fi

0 commit comments

Comments
 (0)