diff --git a/.zuul.yaml b/.zuul.yaml index 8223efa7..5677e2ca 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,5 @@ - openstack-python-jobs - openstack-python36-jobs - openstack-python37-jobs - - openstack-python35-jobs-nonvoting - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index 6045bd75..a9bcdbc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,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 c1a11795..8ecb0498 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py27,pep8,docs +envlist = py36,py27,pep8,docs minversion = 2.0 skipsdist = True