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:
Lucas Wiman 2018-06-28 13:46:39 -07:00
parent 4740ab43ec
commit c16a275bd7

View file

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