From 387307a26c3bd28b7dbdedb10fc9c87a6f0a9dc7 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Fri, 12 Oct 2018 14:49:26 +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: If1c57e2e13b6a5af5a0e05f1299e013a8c5386b8 Signed-off-by: Charles Short Story: #2004073 Task: #27433 --- .zuul.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0c74989e..bcadbc3c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,8 +15,8 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/tox.ini b/tox.ini index d1404d99..1859bb86 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py37,py27,pep8 skipsdist = True [testenv]