diff --git a/tox.ini b/tox.ini index 591f7a4c..cd43ffa6 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}