add python 3.7 unit test job

See ML discussion here [1] for context.
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Story: #2004073
Task: #27450
Change-Id: Ib79d3d2bfe52ae0112fd326b0dff07a56ee2bde7
This commit is contained in:
Luigi Toscano 2019-02-28 17:45:28 +01:00
parent a24c7744ad
commit 62ebd23a5f
2 changed files with 2 additions and 1 deletions

View File

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

View File

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