mirror of https://github.com/celery/kombu.git
tox: Store cover in toplevel directory
This commit is contained in:
parent
1d6806997b
commit
a8856c25bc
9
tox.ini
9
tox.ini
|
@ -17,8 +17,8 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|||
--with-coverage3 \
|
||||
--cover3-branch \
|
||||
--cover3-xml \
|
||||
--cover3-xml-file=coverage.xml \
|
||||
--cover3-html \
|
||||
--cover3-xml-file=../coverage.xml \
|
||||
--cover3-html-dir=../cover \
|
||||
--cover3-package=kombu \
|
||||
--cover3-exclude="kombu kombu.utils.* \
|
||||
kombu.transport.pypika \
|
||||
|
@ -35,6 +35,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
||||
nosetests --with-xunit --xunit-file=nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
|
||||
[testenv:py26]
|
||||
|
@ -44,6 +45,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
||||
nosetests --with-xunit --xunit-file=nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
|
||||
[testenv:py25]
|
||||
|
@ -53,6 +55,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
||||
nosetests --with-xunit --xunit-file=nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
|
||||
|
||||
|
@ -64,6 +67,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
||||
nosetests --with-xunit --xunit-file=nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
|
||||
|
||||
|
@ -74,4 +78,5 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
||||
nosetests --with-xunit --xunit-file=nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
|
|
Loading…
Reference in New Issue