[Checkins] SVN: zope.interface/trunk/ - Add a tox.ini for easier xplatform testing.

Chris McDonough chrism at plope.com
Fri Jul 15 04:36:23 EDT 2011


Log message for revision 122257:
  - Add a tox.ini for easier xplatform testing.
  
  

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

-=-

Property changes on: zope.interface/trunk
___________________________________________________________________
Modified: svn:ignore
   - bin
build
dist
lib
setup.cfg
eggs
develop-eggs
parts
.installed.cfg
docs

   + bin
build
dist
lib
setup.cfg
eggs
develop-eggs
parts
.installed.cfg
docs
.tox
__pycache__
*.egg


Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2011-07-15 08:29:22 UTC (rev 122256)
+++ zope.interface/trunk/CHANGES.txt	2011-07-15 08:36:23 UTC (rev 122257)
@@ -7,6 +7,8 @@
 - LP #804832:  Under PyPy, ``zope.interface`` should not build its C
   extension.  Also, prevent attempting to build it under Jython.
 
+- Add a tox.ini for easier xplatform testing.
+
 3.6.4 (2011-07-04)
 ------------------
 

Added: zope.interface/trunk/tox.ini
===================================================================
--- zope.interface/trunk/tox.ini	                        (rev 0)
+++ zope.interface/trunk/tox.ini	2011-07-15 08:36:23 UTC (rev 122257)
@@ -0,0 +1,11 @@
+[tox]
+envlist = 
+    py24,py25,py26,py27,py32,jython,pypy
+
+[testenv]
+commands = 
+    python setup.py test -q
+
+[testenv:jython]
+commands = 
+   jython setup.py test -q



More information about the checkins mailing list