[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/tox.ini Use a trunk checkout of zope.schema until releases are made.

Tres Seaver cvs-admin at zope.org
Tue May 8 01:16:50 UTC 2012


Log message for revision 125696:
  Use a trunk checkout of zope.schema until releases are made.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/tox.ini

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/tox.ini
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/tox.ini	2012-05-07 19:52:49 UTC (rev 125695)
+++ zope.configuration/branches/tseaver-test_cleanup/tox.ini	2012-05-08 01:16:46 UTC (rev 125696)
@@ -9,6 +9,9 @@
 deps =
     zope.configuration[test]
 commands = 
+# Temporarily install the zope.schema trunk
+    pip uninstall -y zope.schema
+    pip install svn+ssh://svn.zope.org/repos/main/zope.schema/trunk
     python setup.py test -q
 
 [testenv:jython]
@@ -19,6 +22,9 @@
 basepython =
     python2.6
 commands = 
+# Temporarily install the zope.schema trunk
+    pip uninstall -y zope.schema
+    pip install svn+ssh://svn.zope.org/repos/main/zope.schema/trunk
 #   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.



More information about the checkins mailing list