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