moved tox to testenv

This commit is contained in:
Devaev Maxim
2018-11-16 09:25:39 +03:00
parent 17c6b9e31f
commit cd6e490d0f
9 changed files with 41 additions and 27 deletions

5
testenv/mypy.ini Normal file
View File

@@ -0,0 +1,5 @@
[mypy]
python_version = 3.7
ignore_missing_imports = True
disallow_untyped_defs = True
strict_optional = True