huepaper/tox.ini
Profitroll 2133888d2b
Some checks failed
Tests / test (3.10) (pull_request) Successful in 1m1s
Tests / test (3.11) (pull_request) Successful in 59s
Tests / test (3.9) (pull_request) Successful in 59s
Tests / test (3.10) (push) Successful in 1m1s
Tests / test (3.11) (push) Successful in 59s
Tests / test (3.12) (push) Failing after 19s
Tests / test (3.9) (push) Successful in 59s
Tests / test (3.12) (pull_request) Failing after 19s
Fixed typo in envlist
2024-10-01 19:58:17 +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