Skip to content

Commit

Permalink
- much simplified buildout config
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 7, 2019
1 parent f737b94 commit a41fc0b
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions buildout.cfg
@@ -1,28 +1,18 @@
[buildout]
extends = https://zopefoundation.github.io/Zope/releases/master/versions.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
show-picked-versions = true
extends =
https://zopefoundation.github.io/Zope/releases/master/versions-prod.cfg
develop = .
parts =
interpreter
test
tox
extensions = mr.developer
auto-checkout =

[sources]
Zope = git git://github.com/zopefoundation/Zope

[interpreter]
recipe = zc.recipe.egg
interpreter = python
eggs =
Products.PythonScripts
scripts

[test]
recipe = zc.recipe.testrunner
eggs = Products.PythonScripts
defaults = ['-cv']
eggs =
Products.PythonScripts

[tox]
[scripts]
recipe = zc.recipe.egg
eggs = tox
eggs =
tox

0 comments on commit a41fc0b

Please sign in to comment.