Skip to content

Commit 08ad9de

Browse files
committed
No point sending coveralls reports for builds that do not run tests!
1 parent c7730fa commit 08ad9de

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
@@ -45,7 +45,7 @@ script:
4545
4646
after_success:
4747
- |
48-
if [ -z "$SANITY_CHECK" ]; then
48+
if [ -z "$SANITY_CHECK" ] && [ -z "$TOXENV" ]; then
4949
pip install coveralls
5050
coveralls
5151
fi

0 commit comments

Comments
 (0)