diff --git a/tox.ini b/tox.ini index fa4868e..e41005b 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,10 @@ deps = commands = pytest {posargs:tests} +[testenv:bump] +deps = bump-my-version +commands = bump-my-version bump {posargs} + [testenv:lint] description = Run all linting checks skip_install = false @@ -32,4 +36,4 @@ python = 3.8: py38, type 3.9: py39 3.10: py310 - 3.11: py311, lint, type \ No newline at end of file + 3.11: py311, lint, type