From 6a0454e3516fac15562c3b78d6675fde200cc89c Mon Sep 17 00:00:00 2001 From: Glyph Date: Fri, 17 Apr 2020 00:55:51 -0700 Subject: [PATCH] update and run tox2travis --- .travis.yml | 2 +- tox2travis.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: