Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-25 21:22:24 +00:00 committed by Gerrit Code Review
commit f661924f1c
3 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstackclient-plugin-jobs

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]

View File

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