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: Ibd0fb9d3a87bd8c83c55298f4f3a7e0714fdc33d
This commit is contained in:
manchandavishal 2019-03-06 09:22:18 +00:00 committed by Akhil jain
parent f402ba1ce9
commit 97cc90da48
3 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- 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
[files]
packages =

View File

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