Work toward Python 3.4 support and testing

Change-Id: I44d436137a0eff808352d7b893d80f52fac64071
This commit is contained in:
Jeremy Stanley 2014-09-03 19:04:23 +00:00
parent c1ee4e89c7
commit e1e93f02cc

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]