Merge "Adding tox support for bandit"

This commit is contained in:
Jenkins 2016-03-25 19:24:53 +00:00 committed by Gerrit Code Review
commit 6aea33c79f
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
bandit>=0.17.3 # Apache-2.0
coverage>=3.6 # Apache-2.0
discover # BSD
fixtures>=1.3.1 # Apache-2.0/BSD

View File

@ -23,6 +23,9 @@ commands =
[testenv:pep8]
commands = flake8 {posargs}
[testenv:bandit]
commands = bandit -r novaclient -n5 -x tests
[testenv:venv]
commands = {posargs}