[Checkins] SVN: zope.event/trunk/tox.ini Add support for Tox continuous integration.

Tres Seaver cvs-admin at zope.org
Fri Mar 30 18:10:16 UTC 2012


Log message for revision 124807:
  Add support for Tox continuous integration.

Changed:
  A   zope.event/trunk/tox.ini

-=-
Added: zope.event/trunk/tox.ini
===================================================================
--- zope.event/trunk/tox.ini	                        (rev 0)
+++ zope.event/trunk/tox.ini	2012-03-30 18:10:13 UTC (rev 124807)
@@ -0,0 +1,12 @@
+[tox]
+envlist = 
+    py24,py25,py26,py27,py32,jython,pypy
+
+[testenv]
+commands = 
+    python setup.py test -q
+deps = zope.event
+
+[testenv:jython]
+commands = 
+   jython setup.py test -q



More information about the checkins mailing list