From 83149de3615fa986bda206a5e604efeb7287d86d Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 14 May 2012 17:47:30 -0400 Subject: disable py26 tests since I do not have an environment for running them Change-Id: I3be53ecc356374940c22dbbc13cfc09bc0613301 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [] -- cgit v1.2.1