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
This commit is contained in:
pengyuesheng 2019-05-31 16:43:39 +08:00
parent c01b4543c2
commit 0325640fb1
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
templates:
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py36,pypy,pep8
envlist = py27,py36,py37,pypy,pep8
skipsdist = True
[testenv]