Switch python3 versions of test jobs to match Train PTI

In Train, we will use python 3.6 and 3.7 for python3 runtime
in our gate jobs [1]. This commit also adds python 3.7.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Idcedcf7f1629d7b462692270d4345e52e23d3e32
This commit is contained in:
adisky 2019-06-24 06:44:03 +00:00
parent 081bcfb9c7
commit 6e5217a0c3
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,4 @@
- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

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