summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-03-26 16:56:16 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-03-26 16:56:16 -0400
commitfba2c8abea8fbef6ed49d5d6a0a48726ce1ac8a3 (patch)
tree35e9c9b4617b217f87ae669d886e161caae7b68d
parentc56d60512c0504c68124f50a6d0617bf7004c715 (diff)
downloadcliff-fba2c8abea8fbef6ed49d5d6a0a48726ce1ac8a3.tar.gz
add python 3.3 to tox
Change-Id: I55c1238e078ade1aff02cb026c32c2e0120b4b17 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4da916c..b1a9488 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,style
+envlist = py26,py27,py32,py33,style
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []