Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-23 12:00:51 +00:00 committed by Gerrit Code Review
commit 0b4e0e0d22
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs

View File

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

View File

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