From af667a4fd5acd3e53e2e517aff1b3a0e06fde628 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 27 Feb 2019 14:35:53 +0530 Subject: [PATCH] Drop py35 jobs Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: Ia99ea817fc1199a937a163610e1860897be316be --- tox.ini | 2 +- zuul.d/layout.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4692951fe..44da970ea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = pep8,py37,py36,py35,py27 +envlist = pep8,py37,py36,py27 skipsdist = True [testenv] diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 575856eaf..9d1ce8b99 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -3,7 +3,6 @@ - check-requirements - openstack-cover-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti