File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ install:
142
142
# Install matplotlib
143
143
pip install -ve .
144
144
145
- script : source ci/travis/test_script.sh
145
+ script : ci/travis/test_script.sh
146
146
147
147
before_cache :
148
148
- rm -rf $HOME/.cache/matplotlib/tex.cache
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -e
4
+
3
5
# This script is meant to be called by the "script" step defined in
4
6
# .travis.yml. See http://docs.travis-ci.com/ for more details.
5
7
# The behavior of the script is controlled by environment variabled defined
34
36
# We don't build the LaTeX docs here, so linkchecker will complain
35
37
touch build/html/Matplotlib.pdf
36
38
# Linkchecker only works with python 2.7 for the time being
37
- deactivate
38
39
source ~ /virtualenv/python2.7/bin/activate
39
40
pip install pip --upgrade
40
41
# linkchecker is currently broken with requests 2.10.0 so force an earlier version
You can’t perform that action at this time.
0 commit comments