8000 TST : don't upload pep8 test to coveralls · matplotlib/matplotlib@702de3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 702de3b

Browse files
tacaswelljenshnielsen
authored andcommitted
TST : don't upload pep8 test to coveralls
1 parent 1e69e1d commit 702de3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ after_success:
170170
fi
171171
fi
172172
fi
173-
if [[ $BUILD_DOCS == false ]]; then
173+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
174174
# account for us running the test out-of-repo and coveralls expects in-repo
175175
# tests
176176
mv cover .coverage ../matplotlib

0 commit comments

Comments
 (0)
0