]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
python3: Introduce py33 to tox.ini
authorChuck Short <chuck.short@canonical.com>
Sun, 2 Jun 2013 00:34:17 +0000 (19:34 -0500)
committerChuck Short <chuck.short@canonical.com>
Sun, 2 Jun 2013 00:35:14 +0000 (19:35 -0500)
Introduce py33 to tox.ini to make testing with
python3 easier.

Change-Id: I6cf924921e3595baac94ae1567cb2bd68457377e
Signed-off-by: Chuck Short <chuck.short@canonical.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3c4320ea927b56ce73d2def161bea986c7405284..7b01ff5a2559e619284f6d2d1cc03a35b98b83cb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,pep8
+envlist = py26,py27,py33,pep8
 
 [testenv]
 setenv = VIRTUAL_ENV={envdir}