From 6d3020d92035b2ad3ab0dcdca8e3dc78b8010cae Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 31 Oct 2019 16:05:08 -0400 Subject: [PATCH] Fix Octavia stable/queens pep8 job For some reason the stable/queens job was running under python3, force it to use python2.7 instead. Change-Id: Ib9183eea30cfaa1b2a893b6eb4592ad3e9527b55 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f7cb0cc191..d9f6fa7d0c 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,7 @@ basepython = python3.5 commands = oslo_debug_helper {posargs} [testenv:pep8] +basepython = python2.7 commands = flake8 # RST linter doc8 --ignore-path doc/source/contributor/modules specs \