diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -17,18 +17,12 @@ basepython = python3 skip_install = true deps = - mypy + mypy >= 0.910 sqlalchemy-stubs - types-Flask - types-Jinja2 - types-PyYAML - types-Werkzeug - types-click - types-pkg_resources commands = # No where close to passing yet, but nice to have. - - mypy --junit-xml=junit-{envname}.xml --py2 --ignore-missing-imports lnt - - mypy --junit-xml=junit-{envname}.xml --ignore-missing-imports lnt + - mypy --install-types --non-interactive --junit-xml=junit-{envname}.xml --py2 --ignore-missing-imports lnt + - mypy --install-types --non-interactive --junit-xml=junit-{envname}.xml --ignore-missing-imports lnt [testenv:flake8] skip_install = true