Axel Andersson 971bd262d3 CRLF -> LF
Consistent line endings.

Change-Id: If1189efaef7ce2410b54cd7eb47f50136d610e33
2024-10-21 10:30:19 +00:00

27 lines
368 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