Merge "Remove Ansible references from tox.ini"

This commit is contained in:
Jenkins 2016-11-20 15:02:57 +00:00 committed by Gerrit Code Review
commit 6f17e3ffc1
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ commands =
flake8 {posargs} flake8 {posargs}
{toxinidir}/tools/validate-all-dockerfiles.sh {toxinidir}/tools/validate-all-dockerfiles.sh
python {toxinidir}/tools/validate-all-file.py python {toxinidir}/tools/validate-all-file.py
bandit -r ansible/library docker kolla tests tools bandit docker kolla tests tools
[testenv:bandit] [testenv:bandit]
commands = bandit -r ansible/library docker kolla tests tools commands = bandit -r docker kolla tests tools
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}