summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:07:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:07:37 -0400
commitaf9830596d53b43efea837a67efa2c683f69793f (patch)
tree4054e539c7cde4d22bb77b0a7b925e57948c7369 /tox.ini
parentf2a778b3aa18de0bd43b1ba1a144d16faa53b8a2 (diff)
downloadpython-coveragepy-git-af9830596d53b43efea837a67efa2c683f69793f.tar.gz
Utility to check .rst for accurate copies from source files.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 33e3309a..c9deb506 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,6 +52,7 @@ commands =
deps =
-r doc/requirements.pip
commands =
+ python doc/check_copied_from.py doc/*.rst
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
sphinx-build -b html -aqE doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash