1
0
mirror of https://github.com/taigaio/taiga-back synced 2025-10-06 00:02:52 +02:00
Files
taiga-back/tox.ini
2025-10-01 20:30:38 +02:00

19 lines
245 B
INI

[tox]
envlist = py310
skipsdist = True
[testenv]
deps =
-rrequirements.txt
-rrequirements-devel.txt
commands =
pytest
[testenv:flake8]
deps = flake8
basepython = python3.10
commands = flake8 .
[coverage:run]
relative_files = True