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

Skip to content

Commit c409e93

Browse files
tacaswelljenshnielsen
authored andcommitted
TST : don't upload pep8 test to coveralls
1 parent f3e4344 commit c409e93

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
@@ -161,7 +161,7 @@ after_success:
161161
fi
162162
fi
163163
fi
164-
if [[ $BUILD_DOCS == false ]]; then
164+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
165165
# account for us running the test out-of-repo and coveralls expects in-repo
166166
# tests
167167
mv cover .coverage ../matplotlib

0 commit comments

Comments
 (0)