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: Ibb91e89abf0277466b28d2df74f89e46c04b5d42
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-07 10:23:58 +09:00 committed by Reedip
parent 0e7e4b1eaf
commit 5abd30494e
2 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,6 @@ classifier =
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[entry_points]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py26,py27,pep8
envlist = py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}