summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2018-07-09 12:08:56 +0100
committerGitHub <noreply@github.com>2018-07-09 12:08:56 +0100
commitca64a201b6188581c32e0a9cae9f33d066e36ff2 (patch)
treeac41e225c5d80f9d92559882c919eb60c32b10a9 /tox.ini
parente3b78a5b1eaeae4b043b25426c3ae4a78c8c0f5a (diff)
downloadtox-git-ca64a201b6188581c32e0a9cae9f33d066e36ff2.tar.gz
Migrate to readme-rendered for checking the setup.py readme #879 (#886)
As pointed out in the review it's safer to use the upstream checkers.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8daa9d4f..a1ee49f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,11 +33,11 @@ commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_ou
[testenv:package-description]
description = check that the long description is valid
basepython = python3.7
-deps = collective.checkdocs >= 0.2
+deps = readme-renderer >= 21.0
changedir = {toxinidir}
skip_install = true
extras =
-commands = python setup.py checkdocs
+commands = python setup.py check -r -s
[testenv:fix-lint]
description = format the code base to adhere to our styles, and complain about what we cannot do automatically