Commit 12f087df authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7b6ac99b
......@@ -29,11 +29,13 @@ branch = t
# python interpreter with wendelin.core and all other eggs.
# cannot adjust wendelin.core-dev because :interpreter does not work for zc.recipe.egg:develop
# (XXX :eggs not to install scripts from listed eggs)
[wendelin.core-python]
recipe = zc.recipe.egg
recipe = zc.recipe.egg:eggs
eggs =
wendelin.core[test]
pygolang[pyx.build]
neoppod[tests]
interpreter = python
# interpreter code that buildout generates cannot process `-m pytest --<pytest-option>`
# -> use pymain from gpython to workaround that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment