[Checkins] SVN: BTrees/branches/pure_python/ Explicit

Tres Seaver cvs-admin at zope.org
Tue Dec 4 20:17:46 UTC 2012


Log message for revision 128503:
  Explicit

Changed:
  _U  BTrees/branches/pure_python/
  U   BTrees/branches/pure_python/tox.ini

-=-
Modified: BTrees/branches/pure_python/tox.ini
===================================================================
--- BTrees/branches/pure_python/tox.ini	2012-12-04 02:16:21 UTC (rev 128502)
+++ BTrees/branches/pure_python/tox.ini	2012-12-04 20:17:46 UTC (rev 128503)
@@ -35,7 +35,7 @@
 basepython =
     python2.6
 commands = 
-    nosetests --with-xunit --with-xcoverage
+    nosetests --with-xunit --with-xcoverage --cover-package=BTrees
 deps =
     zope.interface
     persistent



More information about the checkins mailing list