Enable type checking of tests in Tox

This commit is contained in:
Joakim Soderlund 2018-08-04 22:22:07 +02:00
parent 684c75ef3e
commit 6196123446

View file

@ -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 =