summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-06-01 20:00:07 -0500
committerChuck Short <chuck.short@canonical.com>2013-06-01 20:00:20 -0500
commita5bdd8d5884e79491f9c42d732bffd30155c9624 (patch)
tree02a93506b8557133bd186bfc4f491aaa22dafd54 /tox.ini
parent15d8d698b7c67c43dc7a2b0c2c6952734bd2ba66 (diff)
downloadoslo-a5bdd8d5884e79491f9c42d732bffd30155c9624.tar.gz
oslo-a5bdd8d5884e79491f9c42d732bffd30155c9624.tar.xz
oslo-a5bdd8d5884e79491f9c42d732bffd30155c9624.zip
python3: Introduce py33 to tox.ini
Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: I9a5a7e8258afc31b9d29b2845d98e7e9c552e88d Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 93ccb1e..c48ee9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8,pylint
+envlist = py26,py27,py33,pep8,pylint
[testenv]
setenv = VIRTUAL_ENV={envdir}