From b9f7ee26ecd54787e95a63f1218b2952e80019a8 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 11 Jan 2020 20:23:09 +0100 Subject: [PATCH] Add mypy to CI --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 7204dde..1bb6a06 100644 --- a/tox.ini +++ b/tox.ini @@ -21,3 +21,10 @@ deps = commands = coverage run --source=wideq -m unittest {posargs} discover -s tests coverage report + +[testenv:mypy] +basepython = python3.7 +deps = + mypy +commands = + mypy . --pretty