Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62df63b

Browse filesBrowse files
committed
Fix syntax
1 parent a214bff commit 62df63b
Copy full SHA for 62df63b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ script:
140140
MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
141141
echo The following args are passed to nose $NOSE_ARGS
142142
if [[ $BUILD_DOCS == false ]]; then
143-
if [[ $DELETE_FONT_CACHE == 1]]; then
143+
if [[ $DELETE_FONT_CACHE == 1 ]]; then
144144
rm -rf ~/.cache/matplotlib
145145
fi
146146
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.