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.

Python 2.6 support from setup.cfg is removed in
https://review.openstack.org/260818

Change-Id: Ibbc640c82cdc7f5f972f24ec00903914949eb713
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-07 09:21:14 +09:00 committed by Reedip
parent fd26d9d7e1
commit e6a7cd7f0c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =

View File

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