summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c81e3db..ab4f0b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ commands =
# B110 - Try, Except, Pass detected.
# B303 - Use of insecure MD2, MD4, or MD5 hash function.
bandit -r glance_store -x tests --skip B101,B110,B303
+ doc8 {posargs}
[testenv:bandit]
# NOTE(browne): This is required for the integration test job of the bandit
@@ -57,6 +58,9 @@ sitepackages = True
setenv = OS_TEST_PATH=./glance_store/tests/functional/filesystem
commands = ostestr --slowest --testr-args='glance_store.tests.functional.filesystem'
+[doc8]
+ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt
+
[flake8]
# TODO(dmllr): Analyze or fix the warnings blacklisted below
# H301 one import per line