Merge "Switch python3 versions of test jobs to match Train PTI"

This commit is contained in:
Zuul 2019-05-15 21:44:06 +00:00 committed by Gerrit Code Review
commit e5ae91f347
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- check-requirements - check-requirements
- 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
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:

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]
packages = packages =

View File

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