Check for the towncrier news fragment as part of the tox codechecks env.

This commit is contained in:
Jean-Paul Calderone 2018-08-06 10:28:13 -04:00
parent 00e83cac53
commit e0e0abf019

View File

@ -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 =