Skip to content

Commit

Permalink
Rename txchecker-travis to txchecker-travis-required, move TWISTEDCHE…
Browse files Browse the repository at this point in the history
…CKER_SKIP_WARNINGS setting to tox.ini.

Add txchecker-travis-all as the allowed to fail target.
  • Loading branch information
Wilfredo Sánchez Vega committed Dec 7, 2016
1 parent e9a2bcc commit 33a8d53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ matrix:
# Twistedchecker is running as a separate job so that we can ignore if it
# fails.
- python: 2.7
env:
- TOXENV=txchecker-travis
- TWISTEDCHECKER_SKIP_WARNINGS=W9208
allow_failures:
env: TOXENV=txchecker-travis-required
- python: 2.7
env: TOXENV=txchecker-travis
env: TOXENV=txchecker-travis-all
allow_failures:
- env: TOXENV=txchecker-travis-all


addons:
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ setenv =
# Help tests know where the base directory is.
TOX_INI_DIR = {toxinidir}

txchecker-travis-required: TWISTEDCHECKER_SKIP_WARNINGS = W9208

commands =
;
; Display information about Python interpreter
Expand Down Expand Up @@ -133,5 +135,7 @@ basepython=python2.7
basepython=python2.7
[testenv:manifest-checker]
basepython=python2.7
[testenv:txchecker-travis]
[testenv:txchecker-travis-required]
usedevelop=True
[testenv:txchecker-travis-all]
usedevelop=True

0 comments on commit 33a8d53

Please sign in to comment.