[Checkins] SVN: zope.cachedescriptors/trunk/ Added a tox config and a manifest.

Albertas Agejevas cvs-admin at zope.org
Wed Feb 13 20:52:26 UTC 2013


Log message for revision 129355:
  Added a tox config and a manifest.

Changed:
  A   zope.cachedescriptors/trunk/MANIFEST.in
  A   zope.cachedescriptors/trunk/tox.ini

-=-
Added: zope.cachedescriptors/trunk/MANIFEST.in
===================================================================
--- zope.cachedescriptors/trunk/MANIFEST.in	                        (rev 0)
+++ zope.cachedescriptors/trunk/MANIFEST.in	2013-02-13 20:52:26 UTC (rev 129355)
@@ -0,0 +1,2 @@
+include *.txt bootstrap.py buildout.cfg tox.ini
+recursive-include src *.py *.txt *.zcml


Property changes on: zope.cachedescriptors/trunk/MANIFEST.in
___________________________________________________________________
Added: svn:keywords
   + Id

Added: zope.cachedescriptors/trunk/tox.ini
===================================================================
--- zope.cachedescriptors/trunk/tox.ini	                        (rev 0)
+++ zope.cachedescriptors/trunk/tox.ini	2013-02-13 20:52:26 UTC (rev 129355)
@@ -0,0 +1,6 @@
+[tox]
+envlist = py26,py27,py32,py33
+
+[testenv]
+commands = python setup.py test -q
+deps = zope.testrunner


Property changes on: zope.cachedescriptors/trunk/tox.ini
___________________________________________________________________
Added: svn:keywords
   + Id



More information about the checkins mailing list