Skip to content

Commit

Permalink
Use twistedchecker 0.7.1 or higher
Browse files Browse the repository at this point in the history
Run twistedchecker using Python 3
  • Loading branch information
rodrigc committed Mar 5, 2017
1 parent 1c2d4ee commit eb51fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ matrix:
env: TOXENV=pyflakes3
# Twistedchecker is running as a separate job so that we can ignore if it
# fails.
- python: 2.7
- python: 3.5
env: TOXENV=txchecker-travis-required
- python: 2.7
- python: 3.5
env: TOXENV=txchecker-travis-all
allow_failures:
- env: TOXENV=txchecker-travis-all
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ deps =
pyflakes{,3}: pyflakes
manifest-checker: check-manifest

{twistedchecker,txchecker-travis}: twistedchecker>=0.6.0
{twistedchecker,txchecker-travis}: twistedchecker>=0.7.1
txchecker-travis: diff_cover

; All environment variables are passed.
Expand Down Expand Up @@ -125,7 +125,7 @@ commands =
manifest-checker: check-manifest --ignore "docs/_build*,docs/historic/*,admin*,bin/admin*,twisted/topfiles/*.Old"

[testenv:twistedchecker]
basepython=python2.7
basepython=python3.5
[testenv:pyflakes]
basepython=python2.7
[testenv:pyflakes3]
Expand All @@ -137,6 +137,8 @@ basepython=python2.7
[testenv:manifest-checker]
basepython=python2.7
[testenv:txchecker-travis-required]
basepython=python3.5
usedevelop=True
[testenv:txchecker-travis-all]
basepython=python3.5
usedevelop=True

0 comments on commit eb51fe9

Please sign in to comment.