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

Skip to content

Commit dd559db

Browse files
committed
TST: remove folders we do not want to cache
We do not want to cache tex.cache (which hold the output of latex from text rendering) or test_cache (which holds output from converting svg/pdf to png for image comparisons) between runs of the test suite.
1 parent e1dc44f commit dd559db

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
@@ -131,6 +131,8 @@ script:
131131
touch build/html/Matplotlib.pdf
132132
linkchecker build/html/index.html
133133
fi
134+
- rm -rf $HOME/.cache/matplotlib/tex.cache
135+
- rm -rf $HOME/.cache/matplotlib/test_cache
134136

135137
after_failure:
136138
|

0 commit comments

Comments
 (0)