Remove support for py33/py26

Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra.
The following patch removes the support for the same.

Change-Id: I7c8a1a39f0e86cbd38466c2dcd611a8f513c8adc
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-07 09:35:56 +09:00 committed by Reedip
parent f773f17927
commit b6b1e42fce
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)', 'Environment :: No Input/Output (Daemon)',
'Environment :: OpenStack', 'Environment :: OpenStack',

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py33,py34,py26,py27,pypy,pep8 envlist = py34,py27,pypy,pep8
minversion = 1.6 minversion = 1.6
[testenv] [testenv]