Travis: report coverage, install codecov only after_success

This commit is contained in:
Daniel Hahler 2017-09-29 12:01:13 +02:00
parent abfc8a7002
commit ece5a35790

View file

@ -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: