diff --git a/.zuul.yaml b/.zuul.yaml index 5844da5..f2562ac 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -25,7 +25,6 @@ templates: - horizon-nodejs10-jobs-nonvoting - openstack-python-jobs-horizon - - openstack-python35-jobs-horizon - openstack-python36-jobs-horizon - openstack-python37-jobs-horizon - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index e981d9b..0751e4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,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 Programming Language :: Python :: 3.7 diff --git a/tox.ini b/tox.ini index 8137ab0..880768c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.2 -envlist = py37,py36,py35,py27,pep8,npm +envlist = py37,py36,py27,pep8,npm skipsdist = True [testenv]