Work toward Python 3.4 support and testing

Change-Id: Icc6f2a08cfb8c227cfb467a3c7ace6abe5dada32
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:03 +00:00
parent 4758265b01
commit efedbdb670

View File

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