[Checkins] SVN: zope.interface/branches/chrism-componentregistry/tox.ini get testing dependencies into tox.ini

Chris McDonough chrism at plope.com
Sun Sep 11 23:31:05 EST 2011


Log message for revision 122773:
  get testing dependencies into tox.ini

Changed:
  U   zope.interface/branches/chrism-componentregistry/tox.ini

-=-
Modified: zope.interface/branches/chrism-componentregistry/tox.ini
===================================================================
--- zope.interface/branches/chrism-componentregistry/tox.ini	2011-09-11 16:55:34 UTC (rev 122772)
+++ zope.interface/branches/chrism-componentregistry/tox.ini	2011-09-12 04:31:04 UTC (rev 122773)
@@ -5,7 +5,13 @@
 [testenv]
 commands = 
     python setup.py test -q
+deps = zope.event
 
 [testenv:jython]
 commands = 
    jython setup.py test -q
+
+[testenv:py32]
+deps = zope.event
+       zope.fixers
+



More information about the checkins mailing list