This repository has been archived on 2026-03-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

20 lines
391 B
INI
Raw Permalink 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
2024-09-24 16:51:42 +03:00
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