Skip to content

Commit

Permalink
tox: Store cover in toplevel directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 14, 2011
1 parent 1d68069 commit a8856c2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tox.ini
Expand Up @@ -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 \
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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


Expand All @@ -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


Expand All @@ -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

0 comments on commit a8856c2

Please sign in to comment.