From 49800949ecde99a23d9b443a56120a4849ca468f Mon Sep 17 00:00:00 2001 From: Charles Short Date: Fri, 12 Oct 2018 17:35:27 +0000 Subject: [PATCH] Change python3.5 job to python3.7 job on Stein+ python3.5 was the only supported python3 version on Xenial, now that we have Bionic Beaver nodes that support python3.7, lets switch to testing with python3.7 in addition with python3.6 in Stein and beyond. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html Change-Id: Ib687a18cd86c64c7f3959e079646c13ad012dd01 Signed-off-by: Charles Short Story: #2004073 Task: #27440 --- .zuul.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f2195ba..7f1d33f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,7 @@ templates: - publish-openstack-docs-pti - openstack-python-jobs - - openstack-python35-jobs + - openstack-python37-jobs - check-requirements - release-notes-jobs-python3 - periodic-stable-jobs diff --git a/tox.ini b/tox.ini index ee780f8..4a5c6bd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = py35,py27,pep8 +envlist = py37,py27,pep8 skipsdist = True [testenv]