summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7555846..edc2ca0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,12 +19,12 @@ whitelist_externals = find
[testenv:pep8]
commands =
flake8
- bandit -c bandit.yaml -r keystoneclient -n5 -p gate
+ bandit -r keystoneclient -x tests -n5
[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
+commands = bandit -r keystoneclient -x tests -n5
[testenv:venv]
commands = {posargs}