Merge "Make bandit job voting"

This commit is contained in:
Jenkins 2016-02-12 02:13:23 +00:00 committed by Gerrit Code Review
commit ad21348330
1 changed files with 2 additions and 0 deletions

View File

@ -73,12 +73,14 @@ commands =
commands =
doc8 -e .rst specs/ doc/source/ contrib/ CONTRIBUTING.rst HACKING.rst README.rst
bash tools/flake8wrap.sh {posargs}
bandit -c bandit.yaml -r magnum -n5 -p magnum_conservative
[testenv:pep8-constraints]
install_command = {[testenv:common-constraints]install_command}
commands =
doc8 -e .rst specs/ doc/source/ contrib/ CONTRIBUTING.rst HACKING.rst README.rst
bash tools/flake8wrap.sh {posargs}
bandit -c bandit.yaml -r magnum -n5 -p magnum_conservative
[testenv:venv]
commands = {posargs}