Skip to content

Commit

Permalink
Add bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jul 1, 2024
1 parent 02d1d18 commit bb5e749
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,4 +36,4 @@ python =
3.8: py38, type
3.9: py39
3.10: py310
3.11: py311, lint, type
3.11: py311, lint, type

0 comments on commit bb5e749

Please sign in to comment.