summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-08-30 07:39:26 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-08-30 07:39:26 -0700
commitc21a2ba51f607699215e362191476ce2385003a8 (patch)
treeec77d71901ad2ce65570963ed06974efc2cd6615 /tox.ini
parent774ce20ad10b70276b7b3045198ead4a757f8172 (diff)
parent6e8b642aa31b0e3ca0b3e00b6c18773cff9bfa4e (diff)
downloadcliff-c21a2ba51f607699215e362191476ce2385003a8.tar.gz
Merge pull request #18 from markmcclain/py26
Add python2.6 support
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 89ad368..6fa5c48 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py32,pep8
+envlist = py26,py27,py32,pep8
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []