Skip to content

Commit 139d6e9

Browse files
committed
Align tox envlist with CI lint matrix.
This limits default local lint execution to py310-lint so tox defaults match the merged workflow behavior from #104/#105 follow-up. Made-with: Cursor
1 parent 3073858 commit 139d6e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist=
33
py{310,311,312,313}-core
4-
py{310,311,312,313}-lint
4+
py310-lint
55
docs
66

77
[testenv]
@@ -13,7 +13,7 @@ commands=
1313
core: pytest {posargs:tests}
1414
docs: make docs-ci
1515

16-
[testenv:py{310,311,312,313}-lint]
16+
[testenv:py310-lint]
1717
deps=pre-commit
1818
commands=
1919
; pre-commit install

0 commit comments

Comments
 (0)