diff --git a/.zuul.yaml b/.zuul.yaml index 2924748e9..390e96539 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,7 +5,6 @@ - openstack-cover-jobs-horizon - openstack-lower-constraints-jobs - openstack-python-jobs-horizon - - openstack-python35-jobs-horizon - openstack-python36-jobs - release-notes-jobs-python3 check: diff --git a/setup.cfg b/setup.cfg index 382b211b4..9bfdbe9e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 [files] diff --git a/tox.ini b/tox.ini index ae12d4bdb..a8fb0f07f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py27,pep8 minversion = 2.0 skipsdist = True