From 13d4b5697040d114eaeaab50da7eb4a6be2a0d42 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 28 Nov 2012 06:21:48 -0500 Subject: [PATCH] Run tests under python 2.6 Change-Id: I7efd7f3c014159b513db52467175b25d473c4fdf Signed-off-by: Doug Hellmann --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e646004..d89bc36 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 stevedore []