Merge "Update Python 3 test runtimes for Train"

This commit is contained in:
Zuul 2019-06-05 15:24:42 +00:00 committed by Gerrit Code Review
commit 26f9c092f3
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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