summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-07 23:25:06 +0000
committerGerrit Code Review <review@openstack.org>2019-06-07 23:25:06 +0000
commitf320dc5f76202afb81bb8c1c92c0a807f51c3b19 (patch)
tree4334990d727929f249f8db54620aa55d715796d0
parent5ffc158a6d1b9b0542cd7f01b26f5ca41a8233a7 (diff)
parent489321ad86a5f21f7041545d6cf9c3d5d7a2f130 (diff)
downloadpython-troveclient-f320dc5f76202afb81bb8c1c92c0a807f51c3b19.tar.gz
Merge "Dropping the py35 testing"
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini6
3 files changed, 1 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 936627a..71be4ae 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,7 +3,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
diff --git a/setup.cfg b/setup.cfg
index aee5456..8c74f7e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,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 d12381d..950ec33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py36,py35,py27,pypy,pep8
+envlist = py36,py27,pypy,pep8
minversion = 2.0
skipsdist = True
@@ -31,10 +31,6 @@ commands = oslo_debug_helper -t troveclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t troveclient/tests {posargs}
-[testenv:debug-py35]
-basepython = python3.5
-commands = oslo_debug_helper -t troveclient/tests {posargs}
-
[testenv:pep8]
basepython = python3
commands = flake8