8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a214bff commit 62df63bCopy full SHA for 62df63b
.travis.yml
@@ -140,7 +140,7 @@ script:
140
MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
141
echo The following args are passed to nose $NOSE_ARGS
142
if [[ $BUILD_DOCS == false ]]; then
143
- if [[ $DELETE_FONT_CACHE == 1]]; then
+ if [[ $DELETE_FONT_CACHE == 1 ]]; then
144
rm -rf ~/.cache/matplotlib
145
fi
146
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
0 commit comments