From 7a34719c22805a5ce7d06a8654d69d6c7b70c479 Mon Sep 17 00:00:00 2001 From: David Parker Date: Wed, 20 Nov 2019 11:54:12 +0000 Subject: [PATCH] Only submit 3.7 coverage (as we don't do a full run elsewhere) --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 808d10d5..2ed7ec26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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