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: I98223f5204796541fb88f5ec0b7d754fc1c4ca9a
Story: 2004073
Task: 27468
This commit is contained in:
ZhongShengping 2019-02-19 16:45:05 +08:00 committed by Luigi Toscano
parent ea5e1f5638
commit 9dacbfd3f7
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

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