Work toward Python 3.4 support and testing

Change-Id: I5c0a86ed871b898edd99413be56dfbc3c95c7de3
This commit is contained in:
Jeremy Stanley 2014-09-03 19:05:39 +00:00
parent b4c1c6ee83
commit 138e8060a9
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]