1
0
Fork 0
inkscape/share/extensions/other/gcodetools/tox.ini
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

14 lines
251 B
INI

[tox]
envlist = py{36,37,38,39,310,311,312}-normal
skipsdist = True
[testenv]
setenv = COVERAGE_FILE=.coverage-{env:TOX_ENV_NAME}
commands =
pytest --cov=. --cov-report html --cov-report term {posargs}
deps =
-rtests/dev_requirements.txt