Run tests under python 2.6

Change-Id: I7efd7f3c014159b513db52467175b25d473c4fdf
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-11-28 06:21:48 -05:00
parent 1a88f60328
commit 13d4b56970
1 changed files with 1 additions and 1 deletions

View File

@ -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 []