[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/tox.ini Doctests need zope.schema trunk too, for now.

Tres Seaver cvs-admin at zope.org
Wed May 9 05:51:19 UTC 2012


Log message for revision 125757:
  Doctests need zope.schema trunk too, for now.

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-09 05:51:12 UTC (rev 125756)
+++ zope.configuration/branches/tseaver-test_cleanup/tox.ini	2012-05-09 05:51:15 UTC (rev 125757)
@@ -44,6 +44,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
     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