summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-09-14 12:11:35 +0100
committerAsk Solem <ask@celeryproject.org>2011-09-14 12:11:47 +0100
commit91916cd2874319875f53ff0026ca6ac66fe39c19 (patch)
treec8ca9da1c4b93983367d09261335d4ce550b7199 /tox.ini
parent4476e9a11f7b246c2439c1e3c9c4179a48c384ee (diff)
downloadkombu-91916cd2874319875f53ff0026ca6ac66fe39c19.tar.gz
tox: Missing cover3-html
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3c500ce6..72874254 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.* \