浏览代码

Coverage does no currently work on Python 3.2

Ask Solem 12 年之前
父节点
当前提交
9fc05db585
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      tox.ini

+ 0 - 8
tox.ini

@@ -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"