Skip to content

Commit

Permalink
Coverage does no currently work on Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 6, 2013
1 parent 1aaca1c commit 9fc05db
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
pip install -U http://github.com/celery/billiard/zipball/master
pip install anyjson
nosetests -vd celery.tests \
--with-coverage3 \
--cover3-branch \
--cover3-xml \
--cover3-xml-file="{toxinidir}/coverage.xml" \
--cover3-html \
--cover3-html-dir="{toxinidir}/cover" \
--cover3-package=celery \
--cover3-exclude="celery.tests.*" \
--with-xunit \
--xunit-file="{toxinidir}/nosetests.xml"

Expand Down

0 comments on commit 9fc05db

Please sign in to comment.