mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Travis: report coverage, install codecov only after_success
This commit is contained in:
parent
abfc8a7002
commit
ece5a35790
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue