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: Ib60a6fb08590e5a90244b7d09bece153f6e4a970
This commit is contained in:
akhiljain23 2019-05-09 12:22:56 +05:30
parent 02a695cac4
commit 4b0075ce16
3 changed files with 3 additions and 3 deletions

View File

@ -158,8 +158,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- periodic-stable-jobs

View File

@ -17,6 +17,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,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py36,py27,pep8,genpolicy
envlist = py37,py36,py27,pep8,genpolicy
[testenv]
usedevelop = True