Skip to content

Commit

Permalink
Only submit 3.7 coverage (as we don't do a full run elsewhere)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Nov 20, 2019
1 parent 2fc52c4 commit 7a34719
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ script:


after_success:
coveralls
# Only upload coverage report from pythonn 3.7 test run if BUILD_DOCKER_IMAGES is not null and not empty
#- |
# if [ -n "${BUILD_DOCKER_IMAGES}" ]; then
# coveralls
# fi
- |
if [ -n "${BUILD_DOCKER_IMAGES}" ]; then
coveralls
fi
notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit 7a34719

Please sign in to comment.