diff --git a/tox.ini b/tox.ini index e6b93b829..7555846c0 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}