diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,ansiblelint,bashate,py39,bandit,perm +envlist = pep8,pylint,yamllint,bashate,py39,bandit,perm [testenv] pip_version = pip==20.2.4 @@ -36,10 +36,6 @@ files = commands = yamllint {[testenv:yamllint]files} -[testenv:ansiblelint] -basepython = python3.9 -commands = ansible-lint -x303 ansible/site.yml - [testenv:bandit] basepython = python3.9 commands = bandit -r functest_kubernetes -x tests -n 5 -ll |