X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tox.ini;h=566343bcf40d579cd89886c1b2a20da72df2a807;hb=f29a59cc6235e02f38fed3822b26c199da03b239;hp=126af2d454267a767e3909a80bf7b9952e3386e1;hpb=9e22f65d5e9f7045625a8d6bf79ce75d836e1447;p=csit.git diff --git a/tox.ini b/tox.ini index 126af2d454..566343bcf4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -26,7 +26,7 @@ [tox] # Fast and brief checkers to front, slow or verbose checkers to back. -envlist = job_spec, copyright_year, gpl_license, model_version, +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. @@ -71,10 +71,6 @@ ignore_outcome = true whitelist_externals = /bin/bash commands = bash {[tox]script_dir}/line.sh -[testenv:model_version] -whitelist_externals = /bin/bash -commands = bash {[tox]script_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,