diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-06-25 14:42:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 14:42:27 +0100 |
commit | 36cb5706417a75b8d1044422705820b9295d5639 (patch) | |
tree | fc9d37420a219a5430d969f912c411bd624d9c0e /tox.ini | |
parent | Merge pull request #3441 from matrix-org/erikj/redo_erasure (diff) | |
download | synapse-36cb5706417a75b8d1044422705820b9295d5639.tar.xz |
Use towncrier to build the changelog (#3425)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index 5d79098d2f..61a20a10cb 100644 --- a/tox.ini +++ b/tox.ini @@ -102,3 +102,11 @@ basepython = python2.7 deps = flake8 commands = /bin/sh -c "flake8 synapse tests {env:PEP8SUFFIX:}" + + +[testenv:check-newsfragment] +skip_install = True +deps = towncrier>=18.6.0rc1 +commands = + python -m towncrier.check --compare-with=origin/develop +basepython = python3.6 \ No newline at end of file |