mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Check for the towncrier news fragment as part of the tox codechecks env.
This commit is contained in:
parent
00e83cac53
commit
e0e0abf019
3
tox.ini
3
tox.ini
@ -26,7 +26,7 @@ deps =
|
||||
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
||||
# that are required for our unit tests.
|
||||
usedevelop = True
|
||||
extras = test
|
||||
extras = test,release
|
||||
commands =
|
||||
tahoe --version
|
||||
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
||||
@ -50,6 +50,7 @@ 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
|
||||
python -m towncrier.check
|
||||
|
||||
[testenv:deprecations]
|
||||
setenv =
|
||||
|
Loading…
x
Reference in New Issue
Block a user