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 cd43ffa..11f55f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,12 +17,12 @@ commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]
commands =
flake8
- bandit -c bandit.yaml -r keystonemiddleware -n5 -p gate
+ bandit -r keystonemiddleware -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 keystonemiddleware -n5 -p gate
+commands = bandit -r keystonemiddleware -x tests -n5
[testenv:venv]
commands = {posargs}