Skip to content

Commit

Permalink
Merge pull request #6 from pumazi/py3
Browse files Browse the repository at this point in the history
PyCon 2013 sprint - buildout changes
  • Loading branch information
Jim Fulton committed Mar 18, 2013
2 parents 8329d37 + 6f9bc95 commit c2ce3c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
[buildout]
extensions = mr.developer
develop = .
parts =
test
scripts
versions = versions
always-checkout = true
auto-checkout = *

[versions]
zc.recipe.testrunner = 2.0.0
zc.lockfile = 1.1.0
zope.interface = 4.0.3
ZConfig = 3.0.2
ZConfig = 3.0.3
BTrees = 4.0.5
persistent = 4.0.6
transaction = 1.4.1
zdaemon = 4.0.0a1

[sources]
zodbpickle = git https://github.com/zopefoundation/zodbpickle.git

[test]
recipe = zc.recipe.testrunner
eggs =
Expand Down

0 comments on commit c2ce3c7

Please sign in to comment.