Skip to content

Commit ca64a20

Browse files
authored
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.
1 parent e3b78a5 commit ca64a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_ou
3333
[testenv:package-description]
3434
description = check that the long description is valid
3535
basepython = python3.7
36-
deps = collective.checkdocs >= 0.2
36+
deps = readme-renderer >= 21.0
3737
changedir = {toxinidir}
3838
skip_install = true
3939
extras =
40-
commands = python setup.py checkdocs
40+
commands = python setup.py check -r -s
4141

4242
[testenv:fix-lint]
4343
description = format the code base to adhere to our styles, and complain about what we cannot do automatically

0 commit comments

Comments
 (0)