We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d1d18 commit bb5e749Copy full SHA for bb5e749
1 file changed
tox.ini
@@ -9,6 +9,10 @@ deps =
9
commands =
10
pytest {posargs:tests}
11
12
+[testenv:bump]
13
+deps = bump-my-version
14
+commands = bump-my-version bump {posargs}
15
+
16
[testenv:lint]
17
description = Run all linting checks
18
skip_install = false
@@ -32,4 +36,4 @@ python =
32
36
3.8: py38, type
33
37
3.9: py39
34
38
3.10: py310
35
- 3.11: py311, lint, type
39
+ 3.11: py311, lint, type
0 commit comments