Skip to content

Commit ecdf006

Browse files
committed
simplify bumpr usage to make release process easier
1 parent 9b62319 commit ecdf006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bumpr.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcs = git
44
commit = true
55
tag = true
66
push = true
7-
tests = tox
7+
tests = tox -e py38
88
clean =
99
inv clean
1010
files =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,34,35,36,37}, pypy, pypy3, doc
7+
envlist = py{27,35,36,37,38}, pypy, pypy3, doc
88

99
[testenv]
1010
commands = {posargs:inv test qa}

0 commit comments

Comments
 (0)