From 38b00250b256ab57df37e0b0a2ae8f739612234d Mon Sep 17 00:00:00 2001 From: fuzzyman <fuzzyman@localhost> Date: Mon, 12 Jul 2010 21:11:11 +0000 Subject: [PATCH] Change to tox configuration now that unittest2 0.5.1 is out. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 254b091..cc0a43b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,11 +3,11 @@ envlist = py24,py25,py26,py27 [testenv] deps=unittest2 -commands=python setup.py test +commands=unit2 discover [testenv:py26] commands= - python setup.py test + unit2 discover sphinx-build -b doctest docs html sphinx-build docs html deps = @@ -16,7 +16,7 @@ deps = [testenv:py27] commands= - python setup.py test + unit2 discover sphinx-build -b doctest docs html sphinx-build docs html deps = -- GitLab