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: I2841c18c889a788a88e4ec50e7daa15109b2e6bc
This commit is contained in:
akhiljain23 2019-05-09 12:30:19 +05:30
parent 64c8fe8487
commit f631101af0
3 changed files with 3 additions and 2 deletions

View File

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

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