From b7ef7471c93943a425651fcbdb82a3e20d436e7e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 18 Nov 2016 08:50:13 -0500 Subject: [PATCH] Remove Ansible references from tox.ini Change-Id: Id27756e2333e216c9b0947c0af1e77c60ad5d9f0 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 05ceaf22da..81b60e4328 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 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}