Work toward Python 3.4 support and testing

Change-Id: I17a6db6c82e543572a5fe59871a589a02e56e923
This commit is contained in:
Jeremy Stanley
2014-09-03 19:07:52 +00:00
parent 3c1355bffa
commit ecb69ff118

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8
envlist = py26,py27,py33,py34,pypy,pep8
skipsdist = True
[testenv]