summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e6b93b8..7555846 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,11 @@ commands =
flake8
bandit -c bandit.yaml -r keystoneclient -n5 -p gate
+[testenv:bandit]
+# NOTE(browne): This is required for the integration test job of the bandit
+# project. Please do not remove.
+commands = bandit -c bandit.yaml -r keystoneclient -n5 -p gate
+
[testenv:venv]
commands = {posargs}