mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17: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 =
|
commands =
|
||||||
py.test
|
py.test
|
||||||
flake8 fimfarchive tests
|
flake8 fimfarchive tests
|
||||||
mypy --ignore-missing-imports fimfarchive
|
mypy --ignore-missing-imports fimfarchive tests
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts =
|
addopts =
|
||||||
|
|
Loading…
Reference in a new issue