Files
huepaper/tox.ini
Profitroll 4127bcc2a3
All checks were successful
Tests / test (3.10) (push) Successful in 2m17s
Tests / test (3.11) (push) Successful in 1m5s
Tests / test (3.12) (push) Successful in 1m8s
Tests / test (3.13) (push) Successful in 6m19s
Dropped support for Python 3.9 (#156)
2025-10-31 02:41:56 +01:00

20 lines
391 B
INI

[tox]
minversion = 3.10.0
envlist = py310, py311, py312, py313
isolated_build = true
[gh-actions]
python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements/_.txt
-r{toxinidir}/requirements/dev.txt
commands =
pytest --basetemp={envtmpdir} --cov=huepaper --cov-report term-missing