From ece5a35790ed2ebd75851c6ccee40e9e29f0a4ca Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 29 Sep 2017 12:01:13 +0200 Subject: [PATCH] Travis: report coverage, install codecov only after_success --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c75f269..81fcaec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,12 @@ matrix: - env: TOXENV=pypy-dj19 python: pypy install: - - pip install tox codecov + - pip install tox script: tox -v after_success: + - pip install codecov - codecov + - coverage report -m branches: except: templates/1.5.x templates/1.6.x deploy: