From b60ac58e0eb14c568ecc6647dd24e483f0ac9b5d Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Tue, 10 May 2016 16:04:33 +0100 Subject: [PATCH] Move bandit job to voting Change-Id: Ic2a8e311b83f03a47b69f16771a6a1b242b8fd03 --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index bc0bd194a..51e35afe2 100644 --- a/tox.ini +++ b/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