Remove Ansible references from tox.ini

Change-Id: Id27756e2333e216c9b0947c0af1e77c60ad5d9f0
This commit is contained in:
Steven Dake 2016-11-18 08:50:13 -05:00
parent 19070253d7
commit b7ef7471c9
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 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}