From f3568a1ba3718fd0cc019b603941cc4898a90ae6 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 27 Feb 2019 13:54:18 +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: Ib7804441fb3608b955c642014620fcab39d911ef --- .zuul.d/ubuntu.yaml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index 73f7be4842..a8db39d452 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -2,7 +2,6 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - check-requirements - publish-openstack-docs-pti diff --git a/tox.ini b/tox.ini index f0520ec8fb..40848d9e6b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = pep8,py37,py36,py35,py27,pypy +envlist = pep8,py37,py36,py27,pypy [testenv] usedevelop=True