summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-24 07:39:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-24 07:39:59 -0400
commit012f6ae37683daf6808b24d781fcd96630a86b50 (patch)
treee8ef09822c14748cab91f18e64239c51308d5912
parent1042a8202952948e1c8bbc59266f88d67c99db14 (diff)
downloadpython-coveragepy-git-012f6ae37683daf6808b24d781fcd96630a86b50.tar.gz
readme_renderer checks that the README.rst is valid
-rw-r--r--requirements/dev.pip1
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 4083ca54..fa774d04 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -16,6 +16,7 @@ pyenchant==2.0.0
pylint==1.8.4
unittest-mixins==1.4
check-manifest==0.37
+readme_renderer==20.0
# for kitting.
requests==2.18.4
diff --git a/tox.ini b/tox.ini
index c471f71d..bca3d585 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,4 +84,5 @@ commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc'
+ python setup.py check -r -s
python -m pylint --notes= {env:LINTABLE}