[Checkins] SVN: zope.exceptions/trunk/ Test Python 3.3 support under tox.

Tres Seaver cvs-admin at zope.org
Wed Nov 21 18:17:31 UTC 2012


Log message for revision 128390:
  Test Python 3.3 support under tox.

Changed:
  _U  zope.exceptions/trunk/
  U   zope.exceptions/trunk/CHANGES.txt
  U   zope.exceptions/trunk/tox.ini

-=-
Modified: zope.exceptions/trunk/CHANGES.txt
===================================================================
--- zope.exceptions/trunk/CHANGES.txt	2012-11-21 17:23:45 UTC (rev 128389)
+++ zope.exceptions/trunk/CHANGES.txt	2012-11-21 18:17:31 UTC (rev 128390)
@@ -4,6 +4,7 @@
 4.0.2 (unreleased)
 ------------------
 
+- Test Python 3.3 support under tox.
 
 4.0.1 (2012-08-20)
 ------------------

Modified: zope.exceptions/trunk/tox.ini
===================================================================
--- zope.exceptions/trunk/tox.ini	2012-11-21 17:23:45 UTC (rev 128389)
+++ zope.exceptions/trunk/tox.ini	2012-11-21 18:17:31 UTC (rev 128390)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage
-    py26,py27,py32,pypy,coverage,docs
+    py26,py27,py32,py33,pypy,coverage,docs
 
 [testenv]
 commands = 



More information about the checkins mailing list