We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b78a5 commit ca64a20Copy full SHA for ca64a20
tox.ini
@@ -33,11 +33,11 @@ commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_ou
33
[testenv:package-description]
34
description = check that the long description is valid
35
basepython = python3.7
36
-deps = collective.checkdocs >= 0.2
+deps = readme-renderer >= 21.0
37
changedir = {toxinidir}
38
skip_install = true
39
extras =
40
-commands = python setup.py checkdocs
+commands = python setup.py check -r -s
41
42
[testenv:fix-lint]
43
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
0 commit comments