Remove docker reference related to bandit from tox.ini

Change-Id: If3cfda8a1bcb0ec0af39c0f7a067ead1f68cb4ff
This commit is contained in:
Steven Dake 2016-11-18 08:52:15 -05:00
parent 370f8406ad
commit 6db0621bdc
1 changed files with 2 additions and 2 deletions

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 -r ansible/library kolla tests tools
[testenv:bandit]
commands = bandit -r ansible/library docker kolla tests tools
commands = bandit -r ansible/library kolla tests tools
[testenv:venv]
commands = {posargs}