From 2ec8147ecc581bcbf4612ff41dac87abd5554aa2 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 12 Apr 2018 16:09:53 +0000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3cf7fa47..23a5ab17 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =