huepaper/tox.ini

20 lines
388 B
INI
Raw Normal View History

2023-08-10 15:02:29 +03:00
[tox]
minversion = 3.9.0
2024-10-01 19:58:17 +03:00
envlist = py39, py310, py311, py312
2023-08-10 15:02:29 +03:00
isolated_build = true
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
2023-08-10 15:02:29 +03: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