From 04d94fbe6f4e21fb8d82cdf2ff52596b3223bfe2 Mon Sep 17 00:00:00 2001 From: fuzzyman <fuzzyman@localhost> Date: Mon, 12 Jul 2010 23:48:38 +0000 Subject: [PATCH] Adding commands to tox.ini --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index cc0a43b..12bf51b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,11 +3,11 @@ envlist = py24,py25,py26,py27 [testenv] deps=unittest2 -commands=unit2 discover +commands=unit2 discover [] [testenv:py26] commands= - unit2 discover + unit2 discover [] sphinx-build -b doctest docs html sphinx-build docs html deps = @@ -16,7 +16,7 @@ deps = [testenv:py27] commands= - unit2 discover + unit2 discover [] sphinx-build -b doctest docs html sphinx-build docs html deps = -- GitLab