Move bandit to pep8 as generic linting target

bandit is a security linter and can be made voting now. Instead of
starting another virtual machine, run it as part of the generic linting
target which is pep8.

Change-Id: I6a8f7aa2b60bd96d55b37b6cc2a371069d6d5e6a
This commit is contained in:
Andreas Jaeger 2016-10-18 20:42:18 +02:00
parent 464b8fdc39
commit e7d4a1ecf6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ commands =
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-dockerfiles.sh
{toxinidir}/tools/validate-all-file.py
bandit -r ansible/library docker kolla tests tools
[testenv:bandit]
commands = bandit -r ansible/library docker kolla tests tools