diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 16:37:43 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 16:37:43 -0400 |
| commit | b13dcdee2f2ed9affdf9f52700710789f5a04803 (patch) | |
| tree | 6957966a6748f3add244f9efae237e8bbf94f952 /tox.ini | |
| parent | 50f3575da42ce5b7c013c28ff623ce16c231455d (diff) | |
| download | external_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.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -60,6 +60,13 @@ source= omit= */_vendor/* +[testenv:finalize] +deps = + towncrier + bump2version +commands = + python tools/finalize.py + [testenv:release] skip_install = True deps = |
