Report: Add rls data
[csit.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b7573f9..079e689 100644 (file)
--- 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, model_version,
+    new_line_length, line_length, autogen, pylint, doc_verify
 
 # The following is needed as tox requires setup.py by default.
 skipsdist = true
@@ -71,6 +71,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,
@@ -90,18 +94,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.