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
20 lines
388 B
INI
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 |