Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-05-10 02:06:19 +00:00 committed by Gerrit Code Review
commit 02a695cac4
3 changed files with 1 additions and 3 deletions

View File

@ -158,7 +158,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- release-notes-jobs-python3

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,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py36,py35,py27,pep8,genpolicy
envlist = py36,py27,pep8,genpolicy
[testenv]
usedevelop = True