summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-13 14:24:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-13 14:24:00 -0400
commit2898aa9a56fcd8ff8a70d71883d8cfd90f105c8f (patch)
tree290504b28102f2d7ca661ae0ce73011d554b139c /tox.ini
parentdf75b084d1cee1c5750f3e1cfc858997a55ed29f (diff)
downloadpython-coveragepy-git-2898aa9a56fcd8ff8a70d71883d8cfd90f105c8f.tar.gz
Build docs regularly so we find out when things are busted.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dd6254ff..e9d256c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35}, pypy{24,26,3_24}
+envlist = py{26,27,33,34,35}, pypy{24,26,3_24}, doc
skip_missing_interpreters = True
[testenv]
@@ -49,6 +49,10 @@ basepython = pypy2.6
[testenv:pypy3_24]
basepython = pypy3-2.4
+[testenv:doc]
+basepython = python2
+deps = -rdoc/requirements.pip
+commands = sphinx-build -aEnq doc doc/_build/html
# Yes, pep8 will read its settings from tox.ini!
[pep8]