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: Ie9da36e048c8f13f625369b59c8c46eb5673194f
This commit is contained in:
pengyuesheng 2019-05-16 09:21:31 +08:00
parent 8776da278a
commit 59f0ab44d1
2 changed files with 3 additions and 2 deletions

View File

@ -3,3 +3,4 @@
- openstack-python-jobs
- check-requirements
- openstack-python36-jobs
- openstack-python37-jobs

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = pep8,py27,py36
envlist = pep8,py27,py36,py37
skipsdist = True
[testenv]
@ -59,4 +59,4 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
basepython = python3.6
commands =
pip install django>=2.0,<2.1
{[testenv]commands}
{[testenv]commands}