Skip to content

Commit

Permalink
add py313 to tox and break out python env list
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Nov 3, 2024
1 parent 783d41c commit 2528f0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[tox]
envlist = py37,py38,py39,py310,py311,py312,pypy3,coverage-report,packaging
python_envs = py37,py38,py39,py310,py311,py312,py313,pypy3
envlist = {[tox]python_envs},coverage-report,packaging

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


[testenv:coverage-report]
depends = {[tox]python_envs}
changedir = .tox
deps = coverage
commands = coverage combine --rcfile {toxinidir}/.tox-coveragerc
Expand Down

0 comments on commit 2528f0c

Please sign in to comment.