Fix bandit entry in tox.ini

It needs to be defined as a test environment.

Change-Id: I07230448e1129e23fcdf7088ca537903ec40b028
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
This commit is contained in:
Mark McLoughlin 2016-02-02 13:11:14 +00:00
parent 1d26a15de6
commit 7b00576365
1 changed files with 1 additions and 1 deletions

View File

@ -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