Work toward Python 3.4 support and testing

Change-Id: Ie819433b33c8b9a53ade3566de3c450ec1e23792
This commit is contained in:
Jeremy Stanley 2014-09-03 19:05:30 +00:00
parent 62a3905f3e
commit 6333b0941a
1 changed files with 1 additions and 1 deletions

View File

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