Get mypy tox env running in the current setup (#5861)

* get mypy tox env running in the current setup

* use any python3 with mypy

* pin mypy dependencies
This commit is contained in:
ohemorange
2018-04-12 15:47:39 -07:00
committed by Brad Warren
parent 6b29d159a2
commit 2d31598484
4 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -136,9 +136,9 @@ commands =
pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
[testenv:mypy]
basepython = python3.4
basepython = python3
commands =
{[base]pip_install} mypy
{[base]pip_install} .[dev3]
{[base]install_packages}
mypy --py2 --ignore-missing-imports {[base]source_paths}