Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-05-02 18:09:11 +00:00 committed by Gerrit Code Review
commit 3f259bd0cc
3 changed files with 5 additions and 6 deletions

View File

@ -2,5 +2,4 @@
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- check-requirements - check-requirements
- openstack-python35-jobs
- openstack-python36-jobs - openstack-python36-jobs

View File

@ -8,7 +8,7 @@ classifiers =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = pep8,py27,py35 envlist = pep8,py27,py36
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -49,8 +49,8 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,hori
basepython = python3 basepython = python3
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:py35dj20] [testenv:py36dj20]
basepython = python3.5 basepython = python3.6
commands = commands =
pip install django>=2.0,<2.1 pip install django>=2.0,<2.1
{[testenv]commands} {[testenv]commands}