Files
huepaper/tox.ini

20 lines
391 B
INI
Raw Normal View History

2023-08-10 14:02:29 +02:00
[tox]
2025-10-31 02:41:56 +01:00
minversion = 3.10.0
envlist = py310, py311, py312, py313
2023-08-10 14:02:29 +02:00
isolated_build = true
[gh-actions]
2025-10-31 02:41:56 +01:00
python =
2023-08-10 14:02:29 +02:00
3.10: py310
3.11: py311
3.12: py312
2025-10-31 02:41:56 +01:00
3.13: py313
2023-08-10 14:02:29 +02:00
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements/_.txt
-r{toxinidir}/requirements/dev.txt
commands =
pytest --basetemp={envtmpdir} --cov=huepaper --cov-report term-missing