summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-02-26 11:02:07 -0600
committerSean McGinnis <sean.mcginnis@gmail.com>2019-02-26 11:02:07 -0600
commit8de1f789c5e4eef10c6757f4f1a6415deb6433a3 (patch)
treeb1a48405670718083b3b70e9611f90508b9b0c4c
parentdc6e24f7d7505483446929561ea3227d3c1f4ee7 (diff)
downloadpython-cinderclient-8de1f789c5e4eef10c6757f4f1a6415deb6433a3.tar.gz
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: I8fbcde0573eddc1763104e0f812f93489a1b48e3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
-rw-r--r--.zuul.yaml1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e4a7e4c..2d6e801 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -22,7 +22,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
diff --git a/tox.ini b/tox.ini
index 10d28a3..e4d3db4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py35,py27,pep8
+envlist = py36,py27,pep8
minversion = 2.0
skipsdist = True