Skip to content

Commit

Permalink
add an interpreter to buildout config
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 5, 2013
1 parent 6c778d0 commit bc0b73f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions buildout.cfg
@@ -1,13 +1,12 @@
[buildout]
develop = .
parts = test
parts = py test

versions = versions
[py]
recipe = zc.recipe.egg
eggs = Persistence
interpreter = python

[test]
recipe = zc.recipe.testrunner
eggs = Persistence

[versions]
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2

0 comments on commit bc0b73f

Please sign in to comment.