[Checkins] SVN: BTrees/trunk/CHANGES.txt Note changes.

Tres Seaver cvs-admin at zope.org
Sat Oct 20 18:54:03 UTC 2012


Log message for revision 128077:
  Note changes.

Changed:
  U   BTrees/trunk/CHANGES.txt

-=-
Modified: BTrees/trunk/CHANGES.txt
===================================================================
--- BTrees/trunk/CHANGES.txt	2012-10-20 18:50:34 UTC (rev 128076)
+++ BTrees/trunk/CHANGES.txt	2012-10-20 18:54:00 UTC (rev 128077)
@@ -11,3 +11,24 @@
 - Dropped support for Python < 2.6.
 
 - Factored ``BTrees`` as a separate distribution.
+
+Testing Changes
+###############
+
+- All covered platforms tested under ``tox``.
+
+- Added support for continuous integration using ``tox`` and ``jenkins``.
+
+- Added ``setup.py dev`` alias (installs ``nose`` and ``coverage``).
+
+- Dropped dependency on ``zope.testing`` / ``zope.testrunner``:  tests now
+  run with ``setup.py test``.
+
+Documentation Changes
+#####################
+
+- Added Sphinx documentation based on ZODB Guide (snippets are exercised
+  via 'tox').
+
+- Added ``setup.py docs`` alias (installs ``Sphinx`` and
+  ``repoze.sphinx.autointerface``).



More information about the checkins mailing list