Work toward Python 3.4 support and testing

Change-Id: I651a6bc2b24a0558bbe1a1a26a62b18fccdd2230
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:57 +00:00
parent be9551b5a1
commit 72474adf4f
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]