Skip to content

Commit

Permalink
Test against the branch which contains the needed Python 3 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and rbu committed Jun 5, 2018
1 parent c117ea1 commit 0f42719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions buildout.cfg
@@ -1,7 +1,12 @@
[buildout]
extensions = mr.developer
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
develop = .
parts = interpreter test
auto-checkout = *

[sources]
Zope = git git://github.com/zopefoundation/Zope branch=fix-dtml-upload

[versions]
Products.SiteErrorLog =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -9,7 +9,7 @@ envlist =
skip_install = true
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} buildout:sources-dir={toxinidir}/develop install test
coverage run {envbindir}/test --all {posargs:-vc}
deps =
setuptools >= 39
Expand Down

0 comments on commit 0f42719

Please sign in to comment.