[Checkins] SVN: z3c.batching/trunk/ Added tox.ini and a manifest for more automated testing.

Albertas Agejevas cvs-admin at zope.org
Mon Feb 25 12:19:13 UTC 2013


Log message for revision 129783:
  Added tox.ini and a manifest for more automated testing.
  

Changed:
  A   z3c.batching/trunk/MANIFEST.in
  A   z3c.batching/trunk/tox.ini

-=-
Added: z3c.batching/trunk/MANIFEST.in
===================================================================
--- z3c.batching/trunk/MANIFEST.in	                        (rev 0)
+++ z3c.batching/trunk/MANIFEST.in	2013-02-25 12:19:12 UTC (rev 129783)
@@ -0,0 +1,2 @@
+include *.txt bootstrap.py buildout.cfg tox.ini
+recursive-include src *.py *.txt *.zcml


Property changes on: z3c.batching/trunk/MANIFEST.in
___________________________________________________________________
Added: svn:keywords
   + Id

Added: z3c.batching/trunk/tox.ini
===================================================================
--- z3c.batching/trunk/tox.ini	                        (rev 0)
+++ z3c.batching/trunk/tox.ini	2013-02-25 12:19:12 UTC (rev 129783)
@@ -0,0 +1,6 @@
+[tox]
+envlist = py26,py27,py33
+
+[testenv]
+commands = python setup.py test -q
+deps = zope.testrunner


Property changes on: z3c.batching/trunk/tox.ini
___________________________________________________________________
Added: svn:keywords
   + Id



More information about the checkins mailing list