From 7b0057636515837a720ecde2bac20ceb9abbb50a Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 2 Feb 2016 13:11:14 +0000 Subject: [PATCH] Fix bandit entry in tox.ini It needs to be defined as a test environment. Change-Id: I07230448e1129e23fcdf7088ca537903ec40b028 Signed-off-by: Mark McLoughlin --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2ded3aff..1f9691fd 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ commands = {posargs} [testenv:docs] commands = python setup.py build_sphinx -[bandit] +[testenv:bandit] deps = -r{toxinidir}/test-requirements.txt commands = bandit -c bandit.yaml -r oslo_config -n5 -p gate