Merge "Remove Ansible references from tox.ini"

changes/11/400111/1
Jenkins 7 years ago committed by Gerrit Code Review
commit 6f17e3ffc1

@ -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}

Loading…
Cancel
Save