Skip to content
Commits on Source (1)
......@@ -54,6 +54,11 @@ sphinx:
script:
- tox -e docs
towncrier:
stage: documentation
script:
- tox -e changelog
twine:
stage: packaging
script:
......
......@@ -53,10 +53,15 @@ commands =
[testenv:docs]
description = build the documentation
deps =
sphinx
towncrier
commands =
python -m setup build_sphinx
[testenv:changelog]
description = draft the changelog
deps =
towncrier
commands =
towncrier --draft
[testenv:metadata-release]
......