From 357f09f0cf0a3b0a6dd4acb3aa6ea725d4182170 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:09:05 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I51f983b651f645a2f3005dfdd10c25c8b25b8d84 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 27fc2a0a..f5ba17fe 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] -# py33 tests should be runned before py27 +# py33/py34 tests should be run before py27 # it is a workaround for testr bug # https://bugs.launchpad.net/testrepository/+bug/1229445 -envlist = py33,py27,pep8 +envlist = py33,py34,py27,pep8 minversion = 1.6 skipsdist = True