[Checkins] SVN: zope.i18nmessageid/branches/tseaver-no_2to3/tox.ini Bring into line with other tox.ini.

Tres Seaver cvs-admin at zope.org
Fri Apr 6 23:00:55 UTC 2012


Log message for revision 125054:
  Bring into line with other tox.ini.

Changed:
  U   zope.i18nmessageid/branches/tseaver-no_2to3/tox.ini

-=-
Modified: zope.i18nmessageid/branches/tseaver-no_2to3/tox.ini
===================================================================
--- zope.i18nmessageid/branches/tseaver-no_2to3/tox.ini	2012-04-06 22:56:13 UTC (rev 125053)
+++ zope.i18nmessageid/branches/tseaver-no_2to3/tox.ini	2012-04-06 23:00:52 UTC (rev 125054)
@@ -1,6 +1,9 @@
 [tox]
 envlist = 
-    py24,py25,py26,py27,py32,jython,pypy
+# 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
 
 [testenv]
 commands = 
@@ -9,3 +12,18 @@
 [testenv:jython]
 commands = 
    jython setup.py test -q
+
+[testenv:coverage]
+basepython =
+    python2.6
+commands = 
+#   The installed version messes up nose's test discovery / coverage reporting
+#   So, we uninstall that from the environment, and then install the editable
+#   version, before running nosetests.
+    pip uninstall -y zope.i18nmessageid
+    pip install -e .
+    nosetests --with-xunit --with-xcoverage
+deps =
+    nose
+    coverage
+    nosexcover



More information about the checkins mailing list