File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 41
41
- PANDAS=
42
42
- NPROC=2
43
43
- TEST_ARGS=--no-pep8
44
+ - DELETE_FONT_CACHE=
44
45
45
46
language : python
46
47
@@ -50,7 +51,7 @@ matrix:
50
51
env : MOCK=mock NUMPY=numpy==1.6
51
52
- python : 3.4
52
53
- python : 3.5
53
- env : PANDAS=pandas
54
+ env : PANDAS=pandas DELETE_FONT_CACHE=1
54
55
- python : 2.7
55
56
env : TEST_ARGS=--pep8
56
57
- python : 2.7
@@ -123,6 +124,9 @@ script:
123
124
echo Testing using $NPROC processes
124
125
echo The following args are passed to nose $NOSE_ARGS
125
126
if [[ $BUILD_DOCS == false ]]; then
127
+ if [[ $DELETE_FONT_CACHE == 1 ]]; then
128
+ rm -rf ~/.cache/matplotlib
129
+ fi
126
130
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
127
131
gdb -return-child-result -batch -ex r -ex bt --args python tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
128
132
else
You can’t perform that action at this time.
0 commit comments