From 53e240116bfc081469ba1f7da16c7cb47d00cf4f 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: I1403653c88546f95d60e8d1bf764925a452c1f8b Story: #2004073 Task: #27424 --- .zuul.yaml | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 003bf2f5..19b47cc9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements diff --git a/tox.ini b/tox.ini index 4c99fe35..1a9ff418 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,6 @@ deps = whitelist_externals = sh find commands = find . -type f -name "*.py[c|o]" -delete - find . -type d -name "__pycache__" -delete ostestr '{posargs}' [testenv:fullstack]