From af0ff4fac66852e5a3101bfa30fa8ad461603ee5 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 27 Feb 2019 17:20:03 +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: I96783b315b2446b4c40caad48efaf22e01d4c366 --- .zuul.yaml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 33b3047..15f24f6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,6 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - check-requirements gate: diff --git a/tox.ini b/tox.ini index a9b797c..9b2eec5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py36,py27,pep8 skipsdist = True [testenv]