mirror of https://github.com/celery/kombu.git
tox: Missing cover3-html
This commit is contained in:
parent
6059d00149
commit
f6bb91931f
4
tox.ini
4
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.* \
|
||||
|
|
Loading…
Reference in New Issue