fix issue of mypy failing if used from tox

This commit is contained in:
ssolanki 2018-08-17 13:16:45 +05:30 committed by Claudiu Popa
parent 55ddf8d4a9
commit 438218ac41

View File

@ -15,7 +15,7 @@ deps =
mypy mypy
commands = commands =
python -m mypy {envsitepackagesdir}/pylint/checkers --ignore-missing-imports python -m mypy {toxinidir}/pylint/checkers --ignore-missing-imports
[testenv] [testenv]
deps = deps =