From 7a944b91f2db6126372462c66092a241e18f8886 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Thu, 25 Apr 2019 10:04:41 +0530 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: I00d95069786eab263c788457c35c31ee1d2d1912 --- .zuul.yaml | 1 + tox.ini | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d1d1ad6a346..82a7db20d75 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python36-jobs + - openstack-python37-jobs-nonvoting - publish-openstack-docs-pti - periodic-stable-jobs - check-requirements diff --git a/tox.ini b/tox.ini index 23fec024358..f6990ae957f 100644 --- a/tox.ini +++ b/tox.ini @@ -57,6 +57,10 @@ setenv = setenv = {[testenv:functional]setenv} +[testenv:functional-py37] +setenv = + {[testenv:functional]setenv} + [testenv:api-samples] envdir = {toxworkdir}/shared setenv =