We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f30b28 commit 701d585Copy full SHA for 701d585
tox.ini
@@ -41,9 +41,9 @@ sort = Miss
41
42
[gh-actions]
43
python =
44
- 3.10: py310
45
- 3.11: py311
46
- 3.12: py312
+ 3.10: py3.10
+ 3.11: py3.11
+ 3.12: py3.12
47
48
[gh-actions:env]
49
PLATFORM =
@@ -55,7 +55,10 @@ isolated_build = True
55
envlist =
56
covclean
57
lint
58
- py{3.10,3.11}-{linux,macos}
+ py3.10-linux
59
+ py3.11-linux
60
+ py3.12-linux
61
+ py3.12-macos
62
coverage
63
readme
64
check-docs
@@ -93,7 +96,7 @@ deps =
93
96
94
97
diff_cover
95
98
skip_install = true
-depends = py{310,311,312}-{linux,macos}
99
+depends = py3.10-linux, py3.11-linux, py3.12-linux, py3.12-macos
100
parallel_show_output = True
101
commands =
102
coverage report --omit="tox/*"
0 commit comments