]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
python3: Introduce py33 to tox.ini
authorChuck Short <chuck.short@canonical.com>
Sat, 1 Jun 2013 23:42:04 +0000 (18:42 -0500)
committerChuck Short <chuck.short@canonical.com>
Sat, 1 Jun 2013 23:42:55 +0000 (18:42 -0500)
Introduce py33 to tox.ini to make testing
easier with python3.

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

diff --git a/tox.ini b/tox.ini
index 54870b1de5f08510bfb9d1fea48395d6aac4e8cd..b6eeea83b2ea80d4d588a8cf49f90914592f642d 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}