From bbeaae17d599c318e357240516233ad64fa225ec Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Wed, 3 Sep 2014 19:03:40 +0000
Subject: [PATCH] Work toward Python 3.4 support and testing

Change-Id: Ie684799808ff42ef6a83810cfeefae9c7b5b2d25
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 0437bf5e..a307385c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,py34,pep8
 skipsdist = True
 
 [testenv]