X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=fb27ac715c8dbc7433dfedbf8392fd340b2ad3a2;hb=711d9f1d875816386fd4afeb2e79f8d2de47b036;hp=50929b330c47010271b9e53ba2db6ddb9dd78e90;hpb=4f82cdd4ddef7a5457372bd57736ebda17cd7fb0;p=functest-kubernetes.git diff --git a/tox.ini b/tox.ini index 50929b33..fb27ac71 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,bandit,perm +envlist = pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit,perm [testenv] usedevelop = True @@ -23,14 +23,15 @@ commands = flake8 [testenv:pylint] basepython = python3.8 -commands = pylint --disable=locally-disabled --reports=n functest_kubernetes +commands = pylint \ + --ignore-imports=y --min-similarity-lines=10 \ + --disable=locally-disabled --reports=n functest_kubernetes [testenv:yamllint] basepython = python3.8 files = .travis.yml docker - functest_kubernetes/rally/all-in-one.yaml commands = yamllint {[testenv:yamllint]files}