Setup towncrier to generate release notes

This commit is contained in:
Christoph Burgdorf
2019-07-29 12:51:01 +02:00
parent a6f6078814
commit 02fe35663c
11 changed files with 132 additions and 12 deletions

View File

@ -2,7 +2,7 @@
envlist=
py{36,37,py3}-core
lint
doctest
docs
[isort]
combine_as_imports=True
@ -23,15 +23,15 @@ ignore=
usedevelop=True
commands=
core: pytest {posargs:tests/core}
doctest: make -C {toxinidir}/docs doctest
docs: make build-docs
basepython =
doctest: python
docs: python
py36: python3.6
py37: python3.7
pypy3: pypy3
extras=
test
doctest: doc
docs: doc
whitelist_externals=make
[testenv:lint]