Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-24 09:20:43 +00:00 committed by Gerrit Code Review
commit aa8563d164
3 changed files with 3 additions and 11 deletions

View File

@ -39,7 +39,7 @@
- project: - project:
templates: templates:
- openstack-python-jobs-neutron - openstack-python-jobs-neutron
- openstack-python35-jobs-neutron - openstack-python36-jobs-neutron
- openstack-python36-jobs - openstack-python36-jobs
- check-requirements - check-requirements
- publish-openstack-docs-pti - publish-openstack-docs-pti
@ -56,10 +56,6 @@
required-projects: required-projects:
- openstack/neutron - openstack/neutron
- openstack/networking-sfc - openstack/networking-sfc
- openstack-tox-py35:
required-projects:
- openstack/neutron
- openstack/networking-sfc
- openstack-tox-py36: - openstack-tox-py36:
required-projects: required-projects:
- openstack/neutron - openstack/neutron
@ -77,10 +73,6 @@
required-projects: required-projects:
- openstack/neutron - openstack/neutron
- openstack/networking-sfc - openstack/networking-sfc
- openstack-tox-py35:
required-projects:
- openstack/neutron
- openstack/networking-sfc
- openstack-tox-py36: - openstack-tox-py36:
required-projects: required-projects:
- openstack/neutron - openstack/neutron

View File

@ -15,7 +15,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]
packages = packages =

View File

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