Skip to content

Commit

Permalink
fixed tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Feb 14, 2025
1 parent 971a9e2 commit 0d42e52
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ sort = Miss

[gh-actions]
python =
3.10: py310
3.11: py311
3.12: py312
3.10: py3.10
3.11: py3.11
3.12: py3.12

[gh-actions:env]
PLATFORM =
Expand All @@ -55,7 +55,10 @@ isolated_build = True
envlist =
covclean
lint
py{3.10,3.11}-{linux,macos}
py3.10-linux
py3.11-linux
py3.12-linux
py3.12-macos
coverage
readme
check-docs
Expand Down Expand Up @@ -93,7 +96,7 @@ deps =
coverage
diff_cover
skip_install = true
depends = py{310,311,312}-{linux,macos}
depends = py3.10-linux, py3.11-linux, py3.12-linux, py3.12-macos
parallel_show_output = True
commands =
coverage report --omit="tox/*"
Expand Down

0 comments on commit 0d42e52

Please sign in to comment.