Work toward Python 3.4 support and testing

Change-Id: I66182198f0eeb80cde2d1c5d375f903d672f4f14
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:37 +00:00 committed by Sean Dague
parent 1cfaea6bed
commit ba943e3567
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]