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

Skip to content

Commit d975243

Browse files
committed
TST : don't upload pep8 test to coveralls
1 parent 96a778a commit d975243

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
@@ -143,7 +143,7 @@ after_success:
143143
fi
144144
fi
145145
fi
146-
if [[ $BUILD_DOCS == false ]]; then
146+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
147147
# account for us running the test out-of-repo and coveralls expects in-repo
148148
# tests
149149
mv cover .coverage ../matplotlib

0 commit comments

Comments
 (0)