summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorheavenshell <heavenshell.jp@gmail.com>2012-05-08 21:42:39 +0900
committerheavenshell <heavenshell.jp@gmail.com>2012-05-08 21:42:39 +0900
commit2ffa8496131fec1638b903fb9738be4eac597288 (patch)
tree53da5d00bd08b7fa002f664f656a162f8e022cbd /tox.ini
parentdfe456fa6b6eadda8ba77fc74ad043e2b3f9d050 (diff)
downloadcliff-2ffa8496131fec1638b903fb9738be4eac597288.tar.gz
enable to use in Python2.6
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 cfc251f..d3975b6 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 []