Pass to default python for static analisys tests

Change-Id: Ie6c379706153f5dfeb19d0df0a05fe0a2bebd2d7
This commit is contained in:
Federico Ressi 2019-05-24 16:58:55 +02:00
parent ef86702f91
commit 4a1388c546
1 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ whitelist_externals =
[testenv:pep8]
basepython = python3
commands = flake8
deps =
{[testenv]deps}
@ -69,7 +68,6 @@ deps =
[testenv:pylint]
envdir = {toxworkdir}/pep8
basepython = python3
deps = {[testenv:pep8]deps}
commands = pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko