Skip to content

Commit

Permalink
Prefer released version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 19, 2018
1 parent 1f7c6fb commit a928064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
@@ -1,9 +1,9 @@
[buildout]
develop = .
parts = test testall py
extensions=mr.developer
auto-checkout = *
extensions = mr.developer
sources-dir = src-dev
auto-checkout =

[test]
recipe = zc.recipe.testrunner
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -62,5 +62,5 @@ def read(path):
'six',
'zope.testing',
],
extras_require={'test': 'zc.relationship >= 2.0c1'},
extras_require={'test': 'zc.relationship >= 2'},
)

0 comments on commit a928064

Please sign in to comment.