absolute minimum documentation

This commit is contained in:
Jean-Paul Calderone 2018-08-06 10:32:16 -04:00
parent b07f36be21
commit 2422b959df

View File

@ -50,6 +50,10 @@ commands =
python misc/coding_tools/check-debugging.py
python misc/coding_tools/find-trailing-spaces.py -r src static misc setup.py
python misc/coding_tools/check-miscaptures.py
# If towncrier.check fails, you forgot to add a towncrier news
# fragment explaining the change in this branch. Create one at
# `newsfragments/<ticket>.<change type>` with some text for the news
# file. See pyproject.toml for legal <change type> values.
python -m towncrier.check
[testenv:deprecations]