Merge "Remove support for py33/py26"

This commit is contained in:
Jenkins 2016-01-25 22:41:25 +00:00 committed by Gerrit Code Review
commit 3c787e753f
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}