Merge "Drop py35 jobs"

This commit is contained in:
Zuul 2019-03-06 05:03:27 +00:00 committed by Gerrit Code Review
commit 06107e22a7
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = pep8,py37,py36,py35,py27,pypy
envlist = pep8,py37,py36,py27,pypy
[testenv]
usedevelop=True