Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tox] |
|
envlist=py3 |
|
|
|
[testenv] |
|
deps = |
|
setuptools-scm |
|
pytest |
|
types-PyYAML |
|
mypy |
|
setenv = |
|
TOXTEMPDIR={envtmpdir} |
|
commands = |
|
python -m pytest {posargs:tests} |
|
python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree |
|
|
|
[mypy] |
|
mypy_path=src |
|
ignore_missing_imports=True |
|
|
|
|