Rename txchecker-travis to txchecker-travis-required, move TWISTEDCHECKER_SKIP_WARNINGS setting to tox.ini.

Add txchecker-travis-all as the allowed to fail target.
This commit is contained in:
Wilfredo Sánchez Vega 2016-12-06 18:00:44 -08:00
parent e9a2bcce3a
commit 33a8d53d73
2 changed files with 9 additions and 6 deletions

View File

@ -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:

View File

@ -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
@ -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