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: I96783b315b2446b4c40caad48efaf22e01d4c366
This commit is contained in:
confi-surya 2019-02-27 17:20:03 +05:30
parent 522a80d176
commit af0ff4fac6
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
gate:

View File

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