Switch pep8 job to python 3

pep8 under python 3 is more strict than under python 2, so to make
sure our projects meet the more strict standards we want to run the
pep8 jobs using python 3 by default.

Change-Id: Ief10b732be1294bf1f843291311c716b65e6b8be
This commit is contained in:
Ben Nemec 2018-04-12 16:09:53 +00:00
parent 5af2f67799
commit 2ec8147ecc
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ commands =
{toxinidir}/tools/setup-etcd-env.sh pifpaf -e OSLO_CACHE_TEST run etcd -- python setup.py testr --slowest --testr-args='functional.*'
[testenv:pep8]
basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
commands =