mirror of https://github.com/celery/kombu.git
Tox: Fixes coverage.xml location
This commit is contained in:
parent
c04a23057a
commit
ca0d18cb06
8
tox.ini
8
tox.ini
|
@ -37,7 +37,7 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|||
--xunit-file={toxinidir}/nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
--cover3-xml-file={toxinidir}/coverage.xml
|
||||
|
||||
[testenv:py26]
|
||||
basepython = python2.6
|
||||
|
@ -48,7 +48,7 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|||
--xunit-file={toxinidir}/nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
--cover3-xml-file={toxinidir}/coverage.xml
|
||||
|
||||
[testenv:py25]
|
||||
basepython = python2.5
|
||||
|
@ -59,7 +59,7 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|||
--xunit-file={toxinidir}/nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
--cover3-xml-file={toxinidir}/coverage.xml
|
||||
|
||||
[testenv:pypy]
|
||||
basepython = pypy
|
||||
|
@ -70,4 +70,4 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|||
--xunit-file={toxinidir}/nosetests.xml \
|
||||
--with-coverage3 --cover3-xml \
|
||||
--cover3-html-dir={toxinidir}/cover \
|
||||
--cover3-xml-file=coverage.xml
|
||||
--cover3-xml-file={toxinidir}/coverage.xml
|
||||
|
|
Loading…
Reference in New Issue