X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tox.ini;h=3783bba4ffb028e68df6ba5efd2e9ea1703a421f;hp=b7573f9358f4f436053c8e7e299d208685777bf5;hb=76b96a4a8a4bf0a8ac646f66b81b4777e5f4e691;hpb=52a39f861bb645831130ef109a14e629be9bde7a diff --git a/tox.ini b/tox.ini index b7573f9358..3783bba4ff 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,8 @@ [tox] # Fast and brief checkers to front, slow or verbose checkers to back. -envlist = tc_naming, tc_coverage, copyright_year, gpl_license, new_line_length, - line_length, autogen, pylint, doc_verify +envlist = job_spec, copyright_year, gpl_license, + new_line_length, line_length, autogen, pylint, doc_verify # The following is needed as tox requires setup.py by default. skipsdist = true @@ -65,6 +65,11 @@ commands = bash {[tox]checker_dir}/doc_verify.sh whitelist_externals = /bin/bash commands = bash {[tox]checker_dir}/gpl_license.sh +[testenv:job_spec] +ignore_outcome = true +whitelist_externals = /bin/bash +commands = bash {[tox]checker_dir}/job_spec.sh + [testenv:line_length] # Fix all transgressions and remove the ignore_outcome flag. ignore_outcome = true @@ -90,18 +95,6 @@ deps = whitelist_externals = /bin/bash commands = bash {[tox]checker_dir}/pylint.sh -# TODO: See FIXME in https://gerrit.fd.io/r/16423 - -[testenv:tc_coverage] -# Coverage is not needed to be voting. -ignore_outcome = true -whitelist_externals = /bin/bash -commands = bash {[tox]checker_dir}/tc_coverage.sh - -[testenv:tc_naming] -whitelist_externals = /bin/bash -commands = bash {[tox]checker_dir}/tc_naming.sh - # Keep testenvs sorted alphabetically, please. # TODO: Add a checker against unresolved merge conflicts.