]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Work toward Python 3.4 support and testing
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 3 Sep 2014 19:04:06 +0000 (19:04 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 3 Sep 2014 19:04:06 +0000 (19:04 +0000)
Change-Id: Ieae7819e0489ae19b7fcfb63497e06527c918b5c

tox.ini

diff --git a/tox.ini b/tox.ini
index d8c6bbe15beb813b4cb2eda04e5fc1bf78069a3b..e3802cd9760c1b9824305bbbfe1051b96bfdbbfc 100644 (file)
--- 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