blob: 8c1e17334b40cd2f362ebf7c0c27db4eb2943c63 [file] [log] [blame]
[tox]
envlist=py3
[testenv]
deps =
setuptools-scm
pytest
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