mirror of
https://github.com/taigaio/taiga-back
synced 2025-10-06 00:02:52 +02:00
19 lines
245 B
INI
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
|