Merge "Remove bandit.yaml in favor of defaults"

This commit is contained in:
Jenkins 2016-10-21 13:05:33 +00:00 committed by Gerrit Code Review
commit 32251f07c9

@ -114,7 +114,9 @@ commands =
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
[testenv:bandit]
commands = bandit -c bandit.yaml -r nova -n 5 -ll
# NOTE(browne): This is required for the integration test job of the bandit
# project. Please do not remove.
commands = bandit -r nova -x tests -n 5 -ll
[testenv:releasenotes]
commands = bash -c tools/releasenotes_tox.sh