[Checkins] SVN: BTrees/trunk/ Get tox working.

Tres Seaver cvs-admin at zope.org
Thu Oct 18 04:14:54 UTC 2012


Log message for revision 128057:
  Get tox working.
  
  No docs part yet.

Changed:
  _U  BTrees/trunk/
  U   BTrees/trunk/tox.ini

-=-
Modified: BTrees/trunk/tox.ini
===================================================================
--- BTrees/trunk/tox.ini	2012-10-18 04:14:48 UTC (rev 128056)
+++ BTrees/trunk/tox.ini	2012-10-18 04:14:51 UTC (rev 128057)
@@ -3,12 +3,13 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage,docs
-    py26,py27,coverage,docs
+    py26,py27,coverage
 
 [testenv]
 deps =
     zope.interface
     persistent
+    transaction
 commands = 
     python setup.py test -q
 
@@ -24,6 +25,7 @@
 deps =
     zope.interface
     persistent
+    transaction
     nose
     coverage
     nosexcover
@@ -37,5 +39,6 @@
 deps =
     zope.interface
     persistent
+    transaction
     Sphinx
     repoze.sphinx.autointerface



More information about the checkins mailing list