8000 Correct logic to exclude pep8 tests · matplotlib/matplotlib@7055e87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7055e87

Browse files
committed
Correct logic to exclude pep8 tests
1 parent ac3380a commit 7055e87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ after_success:
161161
fi
162162
fi
163163
fi
164-
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
165-
# account for us running the test out-of-repo and coveralls expects in-repo
166-
# tests
164+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
167165
coveralls
168166
fi

0 commit comments

Comments
 (0)
0