Skip to content

Commit 5a7ab7f

Browse files
committed
enable extra tests in GitHub Actions
1 parent 3431047 commit 5a7ab7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ isolated_build = True
1313

1414
[gh-actions]
1515
python =
16-
3.9: py39
17-
3.10: py310
18-
3.11: py311
19-
3.12: py312
16+
3.9: py39-extra
17+
3.10: py310-extra
18+
3.11: py311-extra
19+
3.12: py312-extra
2020

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

0 commit comments

Comments
 (0)