aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-08 16:37:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-08 16:37:43 -0400
commitb13dcdee2f2ed9affdf9f52700710789f5a04803 (patch)
tree6957966a6748f3add244f9efae237e8bbf94f952 /tox.ini
parent50f3575da42ce5b7c013c28ff623ce16c231455d (diff)
downloadexternal_python_setuptools-b13dcdee2f2ed9affdf9f52700710789f5a04803.tar.gz
external_python_setuptools-b13dcdee2f2ed9affdf9f52700710789f5a04803.tar.bz2
external_python_setuptools-b13dcdee2f2ed9affdf9f52700710789f5a04803.zip
Replace playbook with code for finalizing a release.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1ebb922b..17201ca2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,6 +60,13 @@ source=
omit=
*/_vendor/*
+[testenv:finalize]
+deps =
+ towncrier
+ bump2version
+commands =
+ python tools/finalize.py
+
[testenv:release]
skip_install = True
deps =