From 0325640fb1a00a12f9e99c7abc6fc5000559ea69 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Fri, 31 May 2019 16:43:39 +0800 Subject: [PATCH] Add python37 job Since we've entered Train and the runtime proposed include py37[1], we need to include it in gate as well as local env. This patch adds the support for the same. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: Ic9f4b8a462e6ff78428ce544c7de307b15b2d64d --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 53f99e8..02e8a7a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,6 @@ templates: - openstack-python-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/tox.ini b/tox.ini index 3b119d2..7b1c03c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py36,pypy,pep8 +envlist = py27,py36,py37,pypy,pep8 skipsdist = True [testenv]