Move bandit job to voting

Change-Id: Ic2a8e311b83f03a47b69f16771a6a1b242b8fd03
This commit is contained in:
Graham Hayes 2016-05-10 16:04:33 +01:00
parent ca7ffbab5b
commit b60ac58e0e

View File

@ -52,14 +52,15 @@ commands = bandit -r designate -n5 -x tests -t \
commands = oslo_debug_helper {posargs}
[testenv:flake8]
deps = -r{toxinidir}/test-requirements.txt
commands = sh tools/pretty_flake8.sh
{[testenv:bandit]commands}
[testenv:pep8]
deps = -r{toxinidir}/test-requirements.txt
basepython = python2.7
commands = sh tools/pretty_flake8.sh
[testenv:pyflakes]
commands = sh tools/pretty_flake8.sh
{[testenv:bandit]commands}
[testenv:bashate]
deps = bashate