summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml4
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini6
3 files changed, 5 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 29eb3e5..2ce6102 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,9 +3,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
diff --git a/setup.cfg b/setup.cfg
index e5adcad..f86f8a8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,8 +17,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[global]
setup-hooks = pbr.hooks.setup_hook
diff --git a/tox.ini b/tox.ini
index 62fe647..c1c1104 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,py36,py37,pypy,pep8,releasenotes
+envlist = py27,py37,pypy,pep8,releasenotes
minversion = 2.0
skipsdist = True
@@ -27,8 +27,8 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python2.7
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:debug-py35]
-basepython = python3.5
+[testenv:debug-py36]
+basepython = python3.6
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]