python-devicetree/tox.ini
Martí Bolívar c75772855a tests: add tox support
You can run 'tox' to run the tests now.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-03-17 22:34:44 -07:00

11 lines
148 B
INI

[tox]
envlist=py3
[testenv]
deps =
setuptools-scm
pytest
setenv =
TOXTEMPDIR={envtmpdir}
commands =
python -m pytest {posargs:tests}