summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-16 21:46:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-16 21:46:26 -0400
commitece5793c816cfb6c5fc41581b6aa91c471d42f5b (patch)
tree0c101e5e1195d7744f1074b1dc0c87e9bf9b4349 /tox.ini
parent5c4bbc3e0fc3d1a1cb0dffae37d4de6f3b29613e (diff)
downloadpython-coveragepy-git-ece5793c816cfb6c5fc41581b6aa91c471d42f5b.tar.gz
Check the .rst files also.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 21602252..cd111bc0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,6 +56,8 @@ basepython = pypy3-2.4
basepython = python2
deps = -rdoc/requirements.pip
commands =
+ rst2html.py --strict CHANGES.rst /dev/null
+ rst2html.py --strict README.rst /dev/null
sphinx-build -aEnq doc doc/_build/html
sphinx-build -aEnQW doc doc/_build/html