summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-04-14 22:33:10 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-04-14 22:33:51 +0000
commit7f69c5388df1ac416cf6fd2affe442593f0a3a8f (patch)
tree9a1d5f3f5e612d5d516efbeddc97780d404e3194
parentf8b0d1af1dea53896f2043d9f7e9bd95c9886ea2 (diff)
downloadpython-ironicclient-7f69c5388df1ac416cf6fd2affe442593f0a3a8f.tar.gz
Dropping the py35 testing
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I5c377836ebf0081089a9c54bcc5981061638c64a
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
-rw-r--r--zuul.d/project.yaml1
3 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 71e67b3..52a8b04 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
diff --git a/tox.ini b/tox.ini
index 16b724e..a9d0e95 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py36,py35,py27,pep8,pypy
+envlist = py36,py27,pep8,pypy
skipsdist = True
[testenv]
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 0d54bbe..eb0eab5 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -4,7 +4,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstackclient-plugin-jobs