From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:04:06 +0000 (+0000) Subject: Work toward Python 3.4 support and testing X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fbec4d6784100214856b7500ccfb2925d8f6e6dc;p=openstack-build%2Fneutron-build.git Work toward Python 3.4 support and testing Change-Id: Ieae7819e0489ae19b7fcfb63497e06527c918b5c --- diff --git a/tox.ini b/tox.ini index d8c6bbe15..e3802cd97 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 minversion = 1.6 skipsdist = True