Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Commit

Permalink
pin zodb3 to be used with 2.4 - set py as interpreter for compatibili…
Browse files Browse the repository at this point in the history
…ty with virtualenv
  • Loading branch information
jfroche committed Oct 18, 2010
1 parent 10f11e4 commit 19e9ac8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
develop = .
parts = py test test-coverage z3c.coverage omelette
prefer-final = true
versions = versions

[versions]
ZODB3 = 3.9.7

[test]
recipe = zc.recipe.testrunner
Expand All @@ -11,7 +15,7 @@ eggs = z3c.taskqueue

[py]
recipe = zc.recipe.egg
interpreter = python
interpreter = py
eggs = z3c.taskqueue

[test-coverage]
Expand Down

0 comments on commit 19e9ac8

Please sign in to comment.