[Checkins] SVN: zope.dottedname/trunk/tox.ini Give up on nose-based coverage, I cannot make it work.

Marius Gedminas cvs-admin at zope.org
Mon Feb 4 16:11:57 UTC 2013


Log message for revision 129128:
  Give up on nose-based coverage, I cannot make it work.
  
  Use bin/test --coverage, it works fine.
  
  

Changed:
  U   zope.dottedname/trunk/tox.ini

-=-
Modified: zope.dottedname/trunk/tox.ini
===================================================================
--- zope.dottedname/trunk/tox.ini	2013-02-04 11:06:17 UTC (rev 129127)
+++ zope.dottedname/trunk/tox.ini	2013-02-04 16:11:56 UTC (rev 129128)
@@ -10,19 +10,3 @@
 deps =
     zope.testing
 
-[testenv:coverage]
-basepython =
-    python2.6
-commands = 
-#   The installed version messes up nose's test discovery / coverage reporting
-#   So, we uninstall that from the environment, and then install the editable
-#   version, before running nosetests.
-    pip uninstall -y zope.dottedname
-    pip install -e .
-    nosetests --with-xunit --with-xcoverage
-deps =
-    nose
-    coverage
-    nosexcover
-    zope.testing
-



More information about the checkins mailing list