X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tox.ini;h=3783bba4ffb028e68df6ba5efd2e9ea1703a421f;hp=e8b28f029b88346bb95a270152b93c6d36b274db;hb=78c59bd99bec595acbd24be8fb1c3337e4b41e56;hpb=9f5525de03c3d1cbca8b7e2a324414308645a9f3 diff --git a/tox.ini b/tox.ini index e8b28f029b..3783bba4ff 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ [tox] # Fast and brief checkers to front, slow or verbose checkers to back. -envlist = job_spec, tc_naming, tc_coverage, copyright_year, gpl_license, +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. @@ -95,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.