[Checkins] SVN: zope.configuration/trunk/tox.ini Don't rely on a writable checkout of the zope.schema trunk.

Tres Seaver cvs-admin at zope.org
Fri May 11 00:08:56 UTC 2012


Log message for revision 125837:
  Don't rely on a writable checkout of the zope.schema trunk.

Changed:
  U   zope.configuration/trunk/tox.ini

-=-
Modified: zope.configuration/trunk/tox.ini
===================================================================
--- zope.configuration/trunk/tox.ini	2012-05-11 00:04:13 UTC (rev 125836)
+++ zope.configuration/trunk/tox.ini	2012-05-11 00:08:53 UTC (rev 125837)
@@ -11,7 +11,7 @@
 commands = 
 # Temporarily install the zope.schema trunk
     pip uninstall -y zope.schema
-    pip install svn+ssh://svn.zope.org/repos/main/zope.schema/trunk
+    pip install http://svn.zope.org/repos/main/zope.schema/trunk
     python setup.py test -q
 
 [testenv:jython]
@@ -24,7 +24,7 @@
 commands = 
 # Temporarily install the zope.schema trunk
     pip uninstall -y zope.schema
-    pip install svn+ssh://svn.zope.org/repos/main/zope.schema/trunk
+    pip install http://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.
@@ -46,7 +46,7 @@
 commands = 
 # Temporarily install the zope.schema trunk
     pip uninstall -y zope.schema
-    pip install svn+ssh://svn.zope.org/repos/main/zope.schema/trunk
+    pip install http://svn.zope.org/repos/main/zope.schema/trunk
     sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
     sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
 deps =



More information about the checkins mailing list