summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b8a5004d..64961de5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,9 @@ commands =
[testenv:pep8]
commands = flake8 {posargs}
+[testenv:bandit]
+commands = bandit -r novaclient -n5 -x tests
+
[testenv:venv]
commands = {posargs}