From de3a5f818b261e53f19feebcc0bfb64c7395c2aa Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 26 Feb 2019 15:58:25 +0000 Subject: [PATCH] add python 3.7 unit test job See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Story: #2004073 Co-authored-by: Corey Bryant Signed-off-by: Sahid Orentino Ferdjaoui Change-Id: I438b44ee98df01dc2e870b4342ccb8a969a6c5c4 --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index adbb9dc8..5aa41ba0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,6 +7,7 @@ - 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 7554da3e..e5ed4a08 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = py27,py35,py{27,35}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8 +envlist = py27,py35,py37,py{27,35}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8 [testenv] # We need to install a bit more than just `test' because those drivers have