mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-21 21:07:59 +01:00
Enable type checking of tests in Tox
This commit is contained in:
parent
684c75ef3e
commit
6196123446
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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 =
|
||||
|
|
Loading…
Reference in a new issue