zephyr/scripts/dts/python-devicetree/tox.ini

12 lines
148 B
INI
Raw Normal View History

2021-03-27 07:18:58 +08:00
[tox]
envlist=py3
[testenv]
deps =
setuptools-scm
pytest
setenv =
TOXTEMPDIR={envtmpdir}
commands =
python -m pytest {posargs:tests}