Commit 7b6ac99b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 48314351
......@@ -35,6 +35,12 @@ eggs =
wendelin.core[test]
pygolang[pyx.build]
interpreter = python
# interpreter code that buildout generates cannot process `-m pytest --<pytest-option>`
# -> use pymain from gpython to workaround that
initialization =
from gpython import pymain
pymain(sys.argv[1:])
sys.exit(0)
# env.sh for that python to be on $PATH XXX + go
[wendelin.core-env.sh]
......
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