Add mypy related dependency for Tox

This commit is contained in:
Luke Murphy 2020-02-27 17:58:12 +00:00
parent 9b4398f057
commit 880cde49e4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ commands = black {posargs:--check} calibrestekje/ test/
description = type check the source
basepython = python3.7
skipdist = True
deps = mypy
deps =
mypy
sqlalchemy_stubs
commands = mypy calibrestekje/ test/
[testenv:docs]