diff --git a/tox.ini b/tox.ini index 82d60cd6..9c6a5595 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,9 @@ distribute = True sitepackages = False commands = nosetests +[testenv:boa] +commands: echo hei + [testenv:py32] recreate = True basepython = python3.2 @@ -18,6 +21,7 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir} --cover3-branch \ --cover3-xml \ --cover3-xml-file={toxinidir}/coverage.xml \ + --cover3-html \ --cover3-html-dir={toxinidir}/cover \ --cover3-package=kombu \ --cover3-exclude="kombu kombu.utils.* \