summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-30 17:53:45 -0400
committerBarry Warsaw2016-04-30 17:53:45 -0400
commit3b8841d92997ea82006c379840337151bed0f44c (patch)
tree49871ca0e6a899ddd342b3a9289f8a6249cf0453 /tox.ini
parentc6eb7ee3e574b48ee016dd31af2014b0ed083268 (diff)
downloadmailman-3b8841d92997ea82006c379840337151bed0f44c.tar.gz
mailman-3b8841d92997ea82006c379840337151bed0f44c.tar.zst
mailman-3b8841d92997ea82006c379840337151bed0f44c.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9dcec1f25..15e54c767 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,13 @@ deps =
flake8
flake8-respect-noqa
+[testenv:docs]
+basepython = python3
+commands =
+ python setup.py build_sphinx
+deps:
+ sphinx
+
[coverage]
rcfile = {toxinidir}/coverage.ini
rc = --rcfile={[coverage]rcfile}