Skip to content

Commit

Permalink
update and run tox2travis
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Apr 17, 2020
1 parent a024eac commit 6a0454e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tox2travis.py
Expand Up @@ -40,6 +40,7 @@
- tox
after_success:
- coverage combine
- coveralls
after_failure:
Expand Down

0 comments on commit 6a0454e

Please sign in to comment.