Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-08-15 22:40:22 +00:00 committed by Gerrit Code Review
commit 00efcfc9ca
3 changed files with 2 additions and 5 deletions

View File

@ -39,9 +39,7 @@
- openstack-lower-constraints-jobs - openstack-lower-constraints-jobs
- openstack-pypy-jobs-nonvoting - openstack-pypy-jobs-nonvoting
- openstack-python-jobs - openstack-python-jobs
- openstack-python35-jobs - openstack-python3-train-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:

View File

@ -17,7 +17,6 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7

View File

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