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: I647c7f09878a8439084d8fda39c141d98274a871
Story: #2004073
Task: #27404
This commit is contained in:
ZhongShengping 2019-02-19 16:45:05 +08:00 committed by Pierre Riteau
parent dc4c505f5e
commit 1fdb0eabda
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
check:
jobs:
- openstack-tox-lower-constraints:
@ -21,6 +22,9 @@
- openstack-tox-py36:
required-projects:
- openstack/nova
- openstack-tox-py37:
required-projects:
- openstack/nova
gate:
jobs:
- openstack-tox-lower-constraints:
@ -38,3 +42,6 @@
- openstack-tox-py36:
required-projects:
- openstack/nova
- openstack-tox-py37:
required-projects:
- openstack/nova