[Checkins] SVN: BTrees/trunk/ Test w/ ZODB.

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


Log message for revision 128062:
  Test w/ ZODB.

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

-=-
Modified: BTrees/trunk/tox.ini
===================================================================
--- BTrees/trunk/tox.ini	2012-10-18 15:13:47 UTC (rev 128061)
+++ BTrees/trunk/tox.ini	2012-10-18 15:13:51 UTC (rev 128062)
@@ -3,7 +3,7 @@
 # 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,w_zodb,coverage,docs
 
 [testenv]
 deps =
@@ -17,6 +17,20 @@
 #commands = 
 #   jython setup.py test -q
 
+[testenv:w_zodb]
+basepython =
+    python2.6
+commands = 
+    python setup.py test -q
+deps =
+    zope.interface
+    persistent
+    transaction
+    ZODB3
+    nose
+    coverage
+    nosexcover
+
 [testenv:coverage]
 basepython =
     python2.6



More information about the checkins mailing list