Skip to content

Commit

Permalink
Fix testall
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Mar 31, 2018
1 parent c558488 commit 4371bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults = "--tests-pattern [fn]?tests --exit-with-status".split()
[testall]
recipe = zc.recipe.testrunner
eggs = zc.relation [test]
zc.relationship
zc.relationship [test]
defaults = "--tests-pattern [fn]?tests --exit-with-status".split()

[py]
Expand All @@ -23,4 +23,4 @@ eggs = zc.relation
interpreter = py

[sources]
zc.relationship = git https://github.com/zopefoundation/zc.relationship
zc.relationship = git https://github.com/zopefoundation/zc.relationship branch=py3-compat

0 comments on commit 4371bbf

Please sign in to comment.