Advertise support for Python3.4 / Remove support for 3.3

Change-Id: Icdc1059b94e6f7c27e7d9760cacaa58b87ebc598
This commit is contained in:
Davanum Srinivas 2015-05-08 16:15:52 -04:00
parent 29cb9e3614
commit 1c03572172
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ classifier =
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]
packages =

View File

@ -1,6 +1,6 @@
[tox]
distribute = False
envlist = py33,py34,py26,py27,pep8
envlist = py34,py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}