Update Python 3 test runtimes for Train

One of train goals to have consistent python3 jobs.

https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Id4575d1c06dc2e638d40a3364fa30c47edfe1cf9
This commit is contained in:
Kaifeng Wang 2019-06-13 14:18:33 +08:00
parent d8751563e7
commit 563dab994c
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,9 @@ classifier =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files] [files]
packages = packages =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py36,py27,docs,pep8 envlist = py3,py27,docs,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]

View File

@ -1,7 +1,7 @@
- project: - project:
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- openstack-python36-jobs - openstack-python3-train-jobs
- check-requirements - check-requirements
- publish-openstack-docs-pti - publish-openstack-docs-pti
- release-notes-jobs-python3 - release-notes-jobs-python3