Remove support for py33/py26

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

Change-Id: I31153d37eea4fb920e8caa6612e8d3e72beb24e5
This commit is contained in:
Cao Xuan Hoang 2017-01-24 10:03:30 +07:00
parent 63ea9ff6f0
commit 6426ed8573
2 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[entry_points]
console_scripts =

View File

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