summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-02-17 14:11:19 -0800
committerSteve Martinelli <stevemar@ca.ibm.com>2016-02-18 07:44:34 +0000
commit3897128e13154c401e8e0b71e1643bfa1e179258 (patch)
treee1ccaf71e4441561e164626fdc05dff946e93ada /tox.ini
parentaeb69f3b6d8f35cd4956e1fe03d1ef9b2cd69bf0 (diff)
downloadpython-keystoneclient-3897128e13154c401e8e0b71e1643bfa1e179258.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: If44008f6a48134a8af38e6794fb87ae09aac57b4
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}