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:
Thierry Carrez 2018-11-07 18:23:09 +01:00
parent fa8e1bfb4e
commit 6e50a8496f
1 changed files with 1 additions and 0 deletions

View File

@ -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}