mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #1036 from tahoe-lafs/3670.work-with-new-towncrier
Make tox codechecks work with new towncrier Fixes ticket:3670
This commit is contained in:
commit
4965ecc044
0
newsfragments/3670.minor
Normal file
0
newsfragments/3670.minor
Normal file
4
tox.ini
4
tox.ini
@ -112,8 +112,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 pyproject.toml for legal <change type> values.
|
||||
python -m towncrier.check --pyproject towncrier.pyproject.toml
|
||||
# file. See towncrier.pyproject.toml for legal <change type> values.
|
||||
python -m towncrier.check --config towncrier.pyproject.toml
|
||||
|
||||
|
||||
[testenv:typechecks]
|
||||
|
Loading…
Reference in New Issue
Block a user