From 6196123446d66246f69f9b57803926d75a459923 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sat, 4 Aug 2018 22:22:07 +0200 Subject: [PATCH] Enable type checking of tests in Tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 917b6a7..5704ec5 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = -rrequirements.txt commands = py.test flake8 fimfarchive tests - mypy --ignore-missing-imports fimfarchive + mypy --ignore-missing-imports fimfarchive tests [pytest] addopts =