mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Use --cov-append option in travis build to include coverage data from all tox environments run on the travis environment.
Note that it is run as one per python version, but multiple versions of django are tested in each.
This commit is contained in:
parent
4740ab43ec
commit
c16a275bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ python:
|
|||
- 3.6
|
||||
install: pip install tox-travis codecov
|
||||
# positional args ({posargs}) to pass into tox.ini
|
||||
script: tox -- --cov
|
||||
script: tox -- --cov --cov-append
|
||||
after_success: codecov
|
||||
deploy:
|
||||
provider: pypi
|
||||
|
|
|
|||
Loading…
Reference in a new issue