Merge "Drop supporting python3.3"

This commit is contained in:
Jenkins
2016-02-15 14:41:29 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Internet :: WWW/HTTP
[files]

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py27dj18,pep8,py33,py34
envlist = py27,py27dj18,pep8,py34
[testenv]
usedevelop = True