Skip to content

Commit bb5e749

Browse files
committed
Add bump
1 parent 02d1d18 commit bb5e749

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ deps =
99
commands =
1010
pytest {posargs:tests}
1111

12+
[testenv:bump]
13+
deps = bump-my-version
14+
commands = bump-my-version bump {posargs}
15+
1216
[testenv:lint]
1317
description = Run all linting checks
1418
skip_install = false
@@ -32,4 +36,4 @@ python =
3236
3.8: py38, type
3337
3.9: py39
3438
3.10: py310
35-
3.11: py311, lint, type
39+
3.11: py311, lint, type

0 commit comments

Comments
 (0)