Skip to content

Commit

Permalink
enable extra tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Sep 26, 2024
1 parent 3431047 commit 5a7ab7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ isolated_build = True

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.9: py39-extra
3.10: py310-extra
3.11: py311-extra
3.12: py312-extra

[testenv]
commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
Expand Down

0 comments on commit 5a7ab7f

Please sign in to comment.