Drop py35 jobs

Python 3.5 was the target runtime for the Rocky release. The current
target py3 runtime for Stein is Python 3.6, so there is no reason to
keep testing against the older version.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein

Change-Id: I136f092985be2d05ce933230add5f78469234b14
This commit is contained in:
dharmendra 2019-03-18 06:37:10 +00:00
parent c62beecc1f
commit 6fd2d466ca
3 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,5 @@
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python35-jobs-nonvoting
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -17,7 +17,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 = py36,py35,py27,pep8,docs
envlist = py36,py27,pep8,docs
minversion = 2.0
skipsdist = True