Drop supporting python3.3

Change supoort python3.3 to python3.4
ref:https://blueprints.launchpad.net/horizon/+spec/porting-python3

Change-Id: I0f4d5afbcbb46d665edf9ad67ba61482e15d6035
This commit is contained in:
Bo Wang 2016-01-28 20:46:01 +08:00
parent c04a75bd79
commit d2521170eb
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