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

@ -36,12 +36,12 @@ common: &common
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
jobs:
doctest:
docs:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: doctest
TOXENV: docs
lint:
<<: *common
docker:
@ -70,7 +70,7 @@ workflows:
version: 2
test:
jobs:
- doctest
- docs
- lint
- py36-core
- py37-core