Commit f2801a4c authored by Reinout van Rees's avatar Reinout van Rees

Added pyflakes and docutils to buildout to demonstrate working of the branch

parent dc84fc82
......@@ -6,6 +6,10 @@ parts = test oltest py
recipe = zc.recipe.egg
eggs = zc.buildout
zope.testing
# The following two are here for demonstration purposes: to show that
# distutils-style script generation works:
pyflakes
docutils
interpreter = py
[test]
......
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