10000 TST: Enable coveralls/codecov code coverage by jenshnielsen · Pull Request #4678 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

TST: Enable coveralls/codecov code coverage #4678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 16, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TST : don't upload pep8 test to coveralls
  • Loading branch information
tacaswell authored and jenshnielsen committed Nov 15, 2015
commit 2f19ca08cf7f2dc9ca25e65abbf5fa0d4bb14a60
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ after_success:
fi
fi
fi
if [[ $BUILD_DOCS == false ]]; then
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
# account for us running the test out-of-repo and coveralls expects in-repo
# tests
mv cover .coverage ../matplotlib
Expand Down
0