summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2016-02-04 14:09:56 -0800
committerEric Brown <browne@vmware.com>2016-02-04 14:09:56 -0800
commit8b1dc76f9721c1c38cf960fa0bf124cb09345220 (patch)
treea4c1fe6f0a75ddf176af202538e4d1c9abd94e75 /tox.ini
parent8d2c04e4596ebd7eb944a833b1915be07e180e19 (diff)
downloadoslo-vmware-8b1dc76f9721c1c38cf960fa0bf124cb09345220.tar.gz
Remove bandit.yaml in favor of defaults
The bandit.yaml is only necessary for advanced tweaking. None of which is necessary for oslo_vmware. Change-Id: If06c64e0b5278a000d02c34fe10288a67182357b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1c0bd76..70e313d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands = pylint oslo
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
-commands = bandit -c bandit.yaml -r oslo_vmware -n 5
+commands = bandit -r oslo_vmware -n 5
[testenv:docs]
commands = python setup.py build_sphinx