Use python3 to run pep8 job
The pep8 job runs additional python commands, it should run those under python3 too. Change-Id: I635f5c193913df6f252050747744c3af62caf403
This commit is contained in:
parent
fa8e1bfb4e
commit
6e50a8496f
1
tox.ini
1
tox.ini
@ -23,6 +23,7 @@ commands =
|
|||||||
yaml2ical -y meetings -i output/calendars/ -f
|
yaml2ical -y meetings -i output/calendars/ -f
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
basepython = python3
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
bash test_tools/flake8wrap.sh {posargs}
|
bash test_tools/flake8wrap.sh {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user