Skip to content

Commit 2528f0c

Browse files
committed
add py313 to tox and break out python env list
1 parent 783d41c commit 2528f0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[tox]
2-
envlist = py37,py38,py39,py310,py311,py312,pypy3,coverage-report,packaging
2+
python_envs = py37,py38,py39,py310,py311,py312,py313,pypy3
3+
envlist = {[tox]python_envs},coverage-report,packaging
34

45
[testenv]
56
changedir = .tox
67
deps = -rrequirements.txt
78
commands = coverage run --parallel --rcfile {toxinidir}/.tox-coveragerc -m pytest -vv --doctest-modules {envsitepackagesdir}/glom {posargs}
89

10+
911
[testenv:coverage-report]
12+
depends = {[tox]python_envs}
1013
changedir = .tox
1114
deps = coverage
1215
commands = coverage combine --rcfile {toxinidir}/.tox-coveragerc

0 commit comments

Comments
 (0)