Pass to default python for static analisys tests
Change-Id: Ie6c379706153f5dfeb19d0df0a05fe0a2bebd2d7
This commit is contained in:
parent
ef86702f91
commit
4a1388c546
2
tox.ini
2
tox.ini
@ -59,7 +59,6 @@ whitelist_externals =
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
|
||||||
basepython = python3
|
|
||||||
commands = flake8
|
commands = flake8
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
@ -69,7 +68,6 @@ deps =
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
|
|
||||||
envdir = {toxworkdir}/pep8
|
envdir = {toxworkdir}/pep8
|
||||||
basepython = python3
|
|
||||||
deps = {[testenv:pep8]deps}
|
deps = {[testenv:pep8]deps}
|
||||||
commands = pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko
|
commands = pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user