Move bandit job to voting
Change-Id: Ic2a8e311b83f03a47b69f16771a6a1b242b8fd03
This commit is contained in:
parent
ca7ffbab5b
commit
b60ac58e0e
7
tox.ini
7
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user