You can run 'tox' to run the tests now. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
11 lines
148 B
INI
11 lines
148 B
INI
[tox]
|
|
envlist=py3
|
|
|
|
[testenv]
|
|
deps =
|
|
setuptools-scm
|
|
pytest
|
|
setenv =
|
|
TOXTEMPDIR={envtmpdir}
|
|
commands =
|
|
python -m pytest {posargs:tests}
|