From 3c60f4e7a2bf6626a45ed7c5883e2e551c660cc6 Mon Sep 17 00:00:00 2001 From: Guillaume Chauvel Date: Thu, 4 Jun 2020 01:06:02 +0200 Subject: [PATCH] Add python_version for tox27 Had an issue on an ubuntu 20.04 image where python2 isn't installed ensure-python was not installing python2.7 Change-Id: I6beedef820f9efe6d5b08c053b788706017ff64f --- zuul.d/python-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/python-jobs.yaml b/zuul.d/python-jobs.yaml index d78b0e926..8c0ba0339 100644 --- a/zuul.d/python-jobs.yaml +++ b/zuul.d/python-jobs.yaml @@ -56,6 +56,7 @@ Uses tox with the ``py27`` environment. vars: tox_envlist: py27 + python_version: 2.7 - job: name: tox-py34