Work toward Python 3.4 support and testing

Change-Id: If77de12ef3b8282c4a9df4f62da6694b3226c2ef
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:45 +00:00
parent 44e144b15f
commit 03f7ec808c

View File

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