Pin to the older mypy version

This commit is contained in:
Pradyun Gedam 2018-09-18 12:59:49 +05:30
parent deeb1e493d
commit 9a2f1aa8a3
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
mypy == 0.620

View File

@ -60,7 +60,7 @@ commands = {[lint]commands}
[testenv:mypy]
skip_install = True
basepython = python3
deps = mypy
deps = -r{toxinidir}/tools/mypy-requirements.txt
commands =
mypy src
mypy src -2