fix buildout. py part was not building

pull/139/head
Johannes Raggam 2014-06-02 11:21:43 +02:00
rodzic 0941f810f7
commit c6b86de2d9
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
[buildout]
develop = .
parts +=
parts =
test
py
coverage
@ -15,7 +15,6 @@ defaults = ['--auto-color', '--auto-progress']
recipe = zc.recipe.egg
interpreter = py
eggs = ${test:eggs}
scripts =
[coverage]
recipe = collective.recipe.template