X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tox.ini;h=079e689136b21799ee21982500224b0d1a071f78;hp=3783bba4ffb028e68df6ba5efd2e9ea1703a421f;hb=f01d6e878cfe4213fd8bb02eb6cca4aa6536fdbd;hpb=5b98ebf4ea91b11c3316f4251c5b99f00910a465 diff --git a/tox.ini b/tox.ini index 3783bba4ff..079e689136 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, 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. @@ -65,17 +65,16 @@ 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 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,