Skip to content

Commit

Permalink
Use newest versions of dependecies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Aug 11, 2017
1 parent f599401 commit f2d3ffc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildout.cfg
@@ -1,10 +1,15 @@
[buildout]
extends = http://download.zope.org/Zope2/index/2.13.19/versions.cfg
parts = test
extends = https://raw.githubusercontent.com/zopefoundation/Zope/4.0a6/versions-prod.cfg
develop = .

[test]
recipe = zc.recipe.testrunner
eggs =
five.formlib
defaults = ['-c', '--module', 'five.formlib']

[versions]
Zope2 =
zope.formlib =

0 comments on commit f2d3ffc

Please sign in to comment.