diff --git a/tox.ini b/tox.ini index b54fcbc..83e4385 100644 --- a/tox.ini +++ b/tox.ini @@ -95,6 +95,17 @@ commands = ; ignore_outcome = true +[testenv:mypy] +skip_install = true +deps = + lxml + mypy +changedir = {toxinidir} +commands = + mypy nutree --html-report build/mypy +ignore_outcome = true + + [testenv:docs] description = Build Sphinx documentation (output directory: docs/sphinx-build) deps =