X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tox.ini;h=4617e73e54bdc4375a00caad550ccbaa5933da66;hp=b59abc224f807894f7c10ee163b8616029de535c;hb=870829e027772cdad6b69794bce63f0458121f1a;hpb=660e18c08e0aef112d8bfa0dd6607ba307687c1e diff --git a/tox.ini b/tox.ini index b59abc224f..4617e73e54 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,9 @@ checker_dir = ./resources/libraries/bash/entry/check # TODO: Tox prints various warnings. Figure them out and fix them. [testenv:pylint] -basepython = python2 +basepython = python3 deps = - pylint==1.5.4 + pylint==2.4.3 -r ./requirements.txt whitelist_externals = /bin/bash setenv = PYTHONPATH = {toxinidir} @@ -66,8 +66,7 @@ commands = bash {[tox]checker_dir}/autogen.sh [testenv:tc_naming] whitelist_externals = /bin/bash -# Fix all TC namings and remove the " || true" workaround. -commands = bash -c "bash {[tox]checker_dir}/tc_naming.sh || true" +commands = bash {[tox]checker_dir}/tc_naming.sh [testenv:tc_coverage] whitelist_externals = /bin/bash