From b6a1f1e2dcd68b3df6eb06b5c0b23c3565de4944 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 15 Apr 2019 09:49:39 +0000 Subject: [PATCH] witch python3 versions of test jobs to match Train PTI In Train, we will use python 3.6 and 3.7 for python3 runtime in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I9628ad9293ea8ccae7d39af564b6713e60d0d4b5 --- setup.cfg | 3 ++- tox.ini | 4 ++-- zuul.d/projects.yaml | 4 +--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed5085a4..68b7334a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index 972c7b63..24d7e1ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -minversion = 2.0 -envlist = py35,py27,pep8,eslint,karma +minversion = 2.5.0 +envlist = py27,py36,py37,pep8,eslint,karma skipsdist = True [testenv] diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index ab567c27..874f933b 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -3,9 +3,7 @@ - check-requirements - horizon-nodejs10-jobs - openstack-python-jobs-horizon - - openstack-python35-jobs-horizon - - openstack-python36-jobs-horizon - - openstack-python37-jobs-horizon + - openstack-python3-train-jobs-horizon - publish-openstack-docs-pti - release-notes-jobs-python3 check: