Update towncrier config file in codechecks tox env

This commit is contained in:
Sajith Sasidharan 2021-06-07 15:52:20 -04:00
parent af919cd5bd
commit 9678d2ff79

View File

@ -136,8 +136,8 @@ commands =
# 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 towncrier.pyproject.toml for legal <change type> values.
python -m towncrier.check --config towncrier.pyproject.toml
# file. See towncrier.toml for legal <change type> values.
python -m towncrier.check --config towncrier.toml
[testenv:codechecks3]