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 ca340de0..837eb2af 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ sitepackages = True
basepython = python2.7
commands =
flake8
+ doc8 {posargs}
[testenv:py27]
commands = {[testenv]commands}
@@ -69,6 +70,9 @@ commands =
[testenv:venv]
commands = {posargs}
+[doc8]
+ignore-path = .venv,.tox,.git,dist,doc,*egg-info,tools,etc,build,*.po,*.pot,integration,releasenotes,*.txt,api-ref/source/samples
+
[flake8]
show-source = True
# H301 is ignored on purpose.