powertrain-build/tox.ini
olindgre 2ece01e1d7 Make powertrain-build not overlap with pybuild in site-packages
Change-Id: I7b59f3f04f0f787d35db0b9389f295bf1ad24f56
2024-09-17 10:25:04 +02:00

27 lines
394 B
INI

[tox]
skipsdist = True
requires =
tox >= 2.0
[flake8]
exclude =
.git,
__pycache__,
*.pyc,
.cache,
.tox
max-line-length = 120
[testenv]
platform = linux
basepython = python3
deps =
-rrequirements.txt
-rtest-requirements.txt
[testenv:flake8]
commands = flake8 powertrain_build tests
[testenv:pytest]
commands = python -m pytest tests