Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-05-04 16:01:58 +00:00 committed by Gerrit Code Review
commit 38e43a0071
3 changed files with 2 additions and 3 deletions

View File

@ -106,7 +106,6 @@
- openstack-cover-jobs - openstack-cover-jobs
- openstack-lower-constraints-jobs - openstack-lower-constraints-jobs
- openstack-python-jobs - openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs - openstack-python36-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
- check-requirements - check-requirements

View File

@ -16,7 +16,7 @@ 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
[files] [files]
data_files = data_files =

View File

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