Merge "Remove bandit tox environment"

This commit is contained in:
Jenkins
2016-01-27 21:40:35 +00:00
committed by Gerrit Code Review

View File

@@ -41,10 +41,6 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
passenv = OS_*
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r keystoneclient -n5 -p keystone_conservative
[flake8]
# D100: Missing docstring in public module
# D101: Missing docstring in public class