Relax Python2 verification in mypy linter

Change-Id: Ie88950243572d0fb05be8c480027897cd99fd60e
This commit is contained in:
Federico Ressi 2019-12-18 17:11:14 +01:00
parent 76dd641cc5
commit 8a7a71daa3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ deps = {[testenv:pep8]deps}
envdir = {toxworkdir}/pep8
commands =
{[testenv:pep8]commands}
mypy --py2 --ignore-missing-imports tobiko/
mypy --ignore-missing-imports tobiko/
bash -c 'find roles -maxdepth 1 -mindepth 1 -type d | \
xargs -t -n1 ansible-lint -xANSIBLE0012'
bash -c 'find playbooks -maxdepth 1 -mindepth 1 -type f -name '*.yaml' | \