Get mypy running with clean output (#5864)

Fixes #5849.

* extract mypy flags into mypy.ini file

* Get mypy running with clean output
This commit is contained in:
ohemorange
2018-04-12 18:53:07 -07:00
committed by Brad Warren
parent a708504d5b
commit 6253acf335
6 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ basepython = python3
commands =
{[base]pip_install} .[dev3]
{[base]install_packages}
mypy --py2 --ignore-missing-imports {[base]source_paths}
mypy {[base]source_paths}
[testenv:apacheconftest]
#basepython = python2.7