extend tox coverage to Python 3.12
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
f058727f34
commit
783a0f08dd
7
tox.ini
7
tox.ini
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
isolated_build = true
|
isolated_build = true
|
||||||
envlist = begin,py39,py310,py311,coverage,bandit,lint,reuse
|
envlist = begin,py39,py310,py311,py312,coverage,bandit,lint,reuse
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
allow_externals = pytest, coverage
|
allow_externals = pytest, coverage
|
||||||
@ -33,6 +33,11 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
pytest --cov-append --cov={envsitepackagesdir}/gp2040ce_bintools/ --cov-branch
|
pytest --cov-append --cov={envsitepackagesdir}/gp2040ce_bintools/ --cov-branch
|
||||||
|
|
||||||
|
[testenv:py312]
|
||||||
|
# run pytest with coverage
|
||||||
|
commands =
|
||||||
|
pytest --cov-append --cov={envsitepackagesdir}/gp2040ce_bintools/ --cov-branch
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
# report on coverage runs from above
|
# report on coverage runs from above
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
Loading…
Reference in New Issue
Block a user