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

Skip to content

Commit 2f19ca0

Browse files
tacaswelljenshnielsen
authored andcommitted
TST : don't upload pep8 test to coveralls
1 parent 38e559b commit 2f19ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

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

0 commit comments

Comments
 (0)