diff --git a/setup.cfg b/setup.cfg index ea4a1ae44..340211a32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,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 diff --git a/tox.ini b/tox.ini index 7a750294e..1c3f58788 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py35,py27,pep8 +envlist = py27,pep8 minversion = 2.0 skipsdist = True @@ -28,10 +28,6 @@ commands = oslo_debug_helper -t manilaclient/tests {posargs} basepython = python2.7 commands = oslo_debug_helper -t manilaclient/tests {posargs} -[testenv:debug-py35] -basepython = python3.5 -commands = oslo_debug_helper -t manilaclient/tests {posargs} - [testenv:pep8] basepython = python3 commands =