From 4a1388c546f25c3311b08676615dbd4c5e7136f0 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Fri, 24 May 2019 16:58:55 +0200 Subject: [PATCH] Pass to default python for static analisys tests Change-Id: Ie6c379706153f5dfeb19d0df0a05fe0a2bebd2d7 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 44c761cc9..45f57c9de 100644 --- a/tox.ini +++ b/tox.ini @@ -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