summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Short <chucks@redhat.com>2018-10-12 17:07:07 +0000
committersahid <sahid.ferdjaoui@canonical.com>2019-02-14 10:28:20 +0000
commitfa2a3e4fcc9e2f83850fa01dd99f61cf4fb62a26 (patch)
treea1315be6247d42f94051295b0e0ef653fdd22ad2
parent0a784d260465bc7ba878bedeb5c1f184e5ff6e2e (diff)
downloadoslo-messaging-fa2a3e4fcc9e2f83850fa01dd99f61cf4fb62a26.tar.gz
Change python3.5 job to python3.7 job on Stein+
python3.5 was the only supported python3 version on Xenial, now that we have Bionic Beaver nodes that support python3.7, lets switch to testing with python3.7 in addition with python3.6 in Stein and beyond. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html Change-Id: I3335ccb01667d22a181d99d4d53d7356005d72ad Signed-off-by: Charles Short <chucks@redhat.com> Story: #2004073 Task: #27440
-rw-r--r--.zuul.yaml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bf8704f..56277b1 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -220,8 +220,8 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
+ - openstack-python37-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff --git a/tox.ini b/tox.ini
index 4bbee6e..5addf98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py37,py27,pep8
[testenv]
setenv =