Merge "Drop py35 jobs"

This commit is contained in:
Zuul 2019-03-25 07:34:32 +00:00 committed by Gerrit Code Review
commit 430b218344
2 changed files with 1 additions and 7 deletions

View File

@ -192,7 +192,6 @@
- horizon-nodejs4-jobs - horizon-nodejs4-jobs
- openstack-lower-constraints-jobs - openstack-lower-constraints-jobs
- openstack-python-jobs - openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs - openstack-python36-jobs
- openstack-python37-jobs - openstack-python37-jobs
- periodic-stable-jobs - periodic-stable-jobs

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = pep8,py27,py35,py3-dj111,releasenotes,npm envlist = pep8,py27,py3-dj111,releasenotes,npm
minversion = 2.3.2 minversion = 2.3.2
skipsdist = True skipsdist = True
@ -22,11 +22,6 @@ commands =
find . -type f -name "*.pyc" -delete find . -type f -name "*.pyc" -delete
bash {toxinidir}/tools/unit_tests.sh {envpython} {toxinidir} {posargs} bash {toxinidir}/tools/unit_tests.sh {envpython} {toxinidir} {posargs}
[testenv:py35]
setenv =
PYTHONUNBUFFERED = 1
{[testenv]setenv}
[testenv:py3-dj21] [testenv:py3-dj21]
basepython = python3 basepython = python3
commands = commands =