huepaper/tox.ini
Profitroll 091f30bcb2
Some checks failed
Tests / test (3.10) (push) Failing after 10s
Tests / test (3.11) (push) Failing after 10s
Tests / test (3.12) (push) Failing after 10s
Tests / test (3.9) (push) Failing after 9s
Removed Python 3.8 and added 3.12 support
2024-09-24 16:51:42 +03:00

20 lines
388 B
INI

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