summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2defb77..cafec99 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py34,py27,pep8,bandit
+envlist = py34,py27,pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
@@ -9,7 +9,10 @@ commands =
coverage report --show-missing
[testenv:pep8]
-commands = flake8
+commands =
+ flake8
+ # Run security linter
+ bandit -r oslo_config -n5
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}