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

View File

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