Work toward Python 3.4 support and testing

Change-Id: I73c1ffec2fa446ab88cf68d3b8979d8d8dd917cc
This commit is contained in:
Jeremy Stanley 2014-09-03 19:04:19 +00:00
parent 7310ecc211
commit 20d339ef52
1 changed files with 1 additions and 1 deletions

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]