summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-14 17:47:30 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-14 17:47:30 -0400
commit83149de3615fa986bda206a5e604efeb7287d86d (patch)
tree01739f9fee99d6151da849846aa34e3de62610b6
parent012eb872ddc862cb1dffe06944490acba3d9295a (diff)
downloadcliff-tablib-83149de3615fa986bda206a5e604efeb7287d86d.tar.gz
disable py26 tests since I do not have an environment for running them
Change-Id: I3be53ecc356374940c22dbbc13cfc09bc0613301
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3975b6..cfc251f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,pep8
+envlist = py27,py32,pep8
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package cliff []