summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-02-17 14:05:17 -0800
committerEric Brown <browne@vmware.com>2016-02-17 14:08:22 -0800
commitead606154524eede2aa3fd47584afb629cfd3387 (patch)
tree0ca501e7967e1d2217ce28c7b025621d01cf5f2b /tox.ini
parent2dedc1cc98758621d43980ca893f6b057dc48b7b (diff)
downloadkeystonemiddleware-ead606154524eede2aa3fd47584afb629cfd3387.tar.gz
Add back a bandit tox job
The bandit project uses an integration test to ensure it doesn't break other projects by introducing new changes. To run this integration, it is necessary to have a common tox target of 'bandit'. Change-Id: I9b80043bde45cfec472402ddab1747d5b2f87da1
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 591f7a4..cd43ffa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,11 @@ commands =
flake8
bandit -c bandit.yaml -r keystonemiddleware -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 keystonemiddleware -n5 -p gate
+
[testenv:venv]
commands = {posargs}