Remove support for py33/py26

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

Change-Id: Ib0c93920cc785b1f4708d6f8d3b75e775793ba6a
This commit is contained in:
Cao Xuan Hoang 2017-01-19 09:33:59 +07:00
parent e32cbcb5b1
commit 8ee5febf51
2 changed files with 1 additions and 3 deletions

View File

@ -16,10 +16,8 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py34,py26,py27,pep8,pypy
envlist = py34,py27,pep8,pypy
[testenv]
usedevelop = True