From 2422b959df6cdf7b8edc9f5040e4910fd6264d0e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 6 Aug 2018 10:32:16 -0400 Subject: [PATCH] absolute minimum documentation --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 2bd9dfa63..660274ea8 100644 --- a/tox.ini +++ b/tox.ini @@ -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/.` with some text for the news + # file. See pyproject.toml for legal values. python -m towncrier.check [testenv:deprecations]