From 6f195f94514d6e7bbaac8587d34c51c41f3dfb71 Mon Sep 17 00:00:00 2001 From: Matthew Edmonds Date: Wed, 4 Apr 2018 12:20:18 -0400 Subject: [PATCH] Use py3 for pep8 Nova is moving to py3 for pep8 [1] to avoid issues like [2] and we should do the same. [1] https://review.openstack.org/#/c/558648 [2] https://review.openstack.org/#/c/557633 Change-Id: Ied9fcc96d4ddb154eb377c5a24d58ed4bc6247a9 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bc76dd2c..7f4e00a9 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,7 @@ whitelist_externals = bash commands = bash tools/pretty_tox.sh '{posargs}' [testenv:pep8] -# TODO(edmondsw): figure out why py3 doesn't work for pep8 -basepython = python2.7 +basepython = python3 commands = flake8 [testenv:venv]