summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-06-01 19:27:18 -0500
committerChuck Short <chuck.short@canonical.com>2013-06-01 19:27:54 -0500
commite35b4fe34ab22396fe5ec68f92c4e68bcaeb4cd9 (patch)
treefd00a96118a741a7a416686d260861b84ef16a71 /tox.ini
parent2d12f09c66e0221ba7f43cc64677c05486a42ea6 (diff)
downloadpython-swiftclient-e35b4fe34ab22396fe5ec68f92c4e68bcaeb4cd9.tar.gz
python3: Introduce py33 to tox.ini
Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: Ibffa28107fdf1d1ae88223d84de4a7282c7882e0 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 5d0bfb1..5e97f15 100644
--- 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}