From 6db0621bdc6fa399fd45d842728ec00bee5be938 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 18 Nov 2016 08:52:15 -0500 Subject: [PATCH] Remove docker reference related to bandit from tox.ini Change-Id: If3cfda8a1bcb0ec0af39c0f7a067ead1f68cb4ff --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 408953a23b..06613530e0 100644 --- a/tox.ini +++ b/tox.ini @@ -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}