X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tox.ini;h=2084e5abdfa242e12969230d39f923870a3721a3;hp=ab6a4b0209a1df03d2aa341b8d7e9f8f603f82cf;hb=62c4aa14348c9a4e0c44ca01e71ef842760c1d73;hpb=2931e1848d78099ca28103ca3c16d673015e6992 diff --git a/tox.ini b/tox.ini index ab6a4b0209..2084e5abdf 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, model_version, new_line_length, line_length, autogen, pylint, doc_verify # The following is needed as tox requires setup.py by default. @@ -66,6 +66,7 @@ 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 @@ -75,6 +76,10 @@ ignore_outcome = true whitelist_externals = /bin/bash commands = bash {[tox]checker_dir}/line.sh +[testenv:model_version] +whitelist_externals = /bin/bash +commands = bash {[tox]checker_dir}/model_version.sh + [testenv:new_line_length] # Adding .svg, big .rst tables, .yaml and similar still requires long lines. # As current implementation is too dumb to filter those out, @@ -94,18 +99,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.