Browse Source

Last commit removed for wrong version

Ask Solem 12 years ago
parent
commit
3b913453f8
1 changed files with 0 additions and 8 deletions
  1. 0 8
      tox.ini

+ 0 - 8
tox.ini

@@ -18,14 +18,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"