diff --git a/.travis.yml b/.travis.yml index 18176d7a..ac74bc21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: pip jobs: include: - python: "3.8" - env: TOXENV=towncrier,twine,check-manifest,flake8,docs + env: TOXENV=twine,check-manifest,flake8,docs,coverage-report - python: "2.7" env: TOXENV=py27-twisted_lowest,py27-twisted_latest - python: "3.5" diff --git a/tox2travis.py b/tox2travis.py index e2c2d9ca..27829366 100755 --- a/tox2travis.py +++ b/tox2travis.py @@ -40,6 +40,7 @@ - tox after_success: + - coverage combine - coveralls after_failure: