From 9dacbfd3f773294cc6ed65270056dc76859f24cb Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 19 Feb 2019 16:45:05 +0800 Subject: [PATCH] add python 3.7 unit test job This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I98223f5204796541fb88f5ec0b7d754fc1c4ca9a Story: 2004073 Task: 27468 --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 63344bea..9d136325 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,6 +4,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/tox.ini b/tox.ini index a27b0b7e..68ee5e30 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py35,py27,pypy,pep8 +envlist = py37,py36,py35,py27,pypy,pep8 skipsdist = True [testenv]