Skip to content

Commit

Permalink
No point sending coveralls reports for builds that do not run tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Aug 26, 2020
1 parent c7730fa commit 08ad9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
after_success:
- |
if [ -z "$SANITY_CHECK" ]; then
if [ -z "$SANITY_CHECK" ] && [ -z "$TOXENV" ]; then
pip install coveralls
coveralls
fi
Expand Down

0 comments on commit 08ad9de

Please sign in to comment.