X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=50929b330c47010271b9e53ba2db6ddb9dd78e90;hb=4f82cdd4ddef7a5457372bd57736ebda17cd7fb0;hp=826ca889441901efceba4d2d67ab3338ea3b077d;hpb=abe7e05d27f7801b902821a85186dca0c9e563ae;p=functest-kubernetes.git diff --git a/tox.ini b/tox.ini index 826ca889..50929b33 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,bandit,perm +envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,bandit,perm [testenv] usedevelop = True @@ -18,15 +18,15 @@ commands = nosetests --with-xunit \ functest_kubernetes [testenv:pep8] -basepython = python3.7 +basepython = python3.8 commands = flake8 [testenv:pylint] -basepython = python3.7 +basepython = python3.8 commands = pylint --disable=locally-disabled --reports=n functest_kubernetes [testenv:yamllint] -basepython = python3.7 +basepython = python3.8 files = .travis.yml docker @@ -35,24 +35,24 @@ commands = yamllint {[testenv:yamllint]files} [testenv:ansiblelint] -basepython = python3.7 +basepython = python3.8 commands = ansible-lint -x303 ansible/site.yml [testenv:bandit] -basepython = python3.7 +basepython = python3.8 commands = bandit -r functest_kubernetes -x tests -n 5 -ll [testenv:py37] commands = nosetests functest_kubernetes [testenv:bashate] -basepython = python3.7 +basepython = python3.8 files = build.sh commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} [testenv:perm] -basepython = python3.7 +basepython = python3.8 whitelist_externals = bash path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' commands =