Commit c2ce3c76 authored by Jim Fulton's avatar Jim Fulton

Merge pull request #6 from pumazi/py3

PyCon 2013 sprint - buildout changes
parents 8329d37a 6f9bc95d
[buildout] [buildout]
extensions = mr.developer
develop = . develop = .
parts = parts =
test test
scripts scripts
versions = versions versions = versions
always-checkout = true
auto-checkout = *
[versions] [versions]
zc.recipe.testrunner = 2.0.0 zc.recipe.testrunner = 2.0.0
zc.lockfile = 1.1.0 zc.lockfile = 1.1.0
zope.interface = 4.0.3 zope.interface = 4.0.3
ZConfig = 3.0.2 ZConfig = 3.0.3
BTrees = 4.0.5 BTrees = 4.0.5
persistent = 4.0.6 persistent = 4.0.6
transaction = 1.4.1 transaction = 1.4.1
zdaemon = 4.0.0a1 zdaemon = 4.0.0a1
[sources]
zodbpickle = git https://github.com/zopefoundation/zodbpickle.git
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
......
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