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: Iacb4a7c9bd1bb2d83dbbb8a7ddd6a7c7f106c1fa
This commit is contained in:
akhiljain23 2019-05-09 12:37:28 +05:30
parent c071ec2880
commit 595b317701
3 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,7 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- release-notes-jobs-python3
- openstackclient-plugin-jobs
- publish-openstack-docs-pti

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