Skip to content

Commit

Permalink
fixed development buildout configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed May 21, 2012
1 parent 2a6cfb0 commit cdc8809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package-name = collective.nitf
package-extras = [test]
test-eggs = Pillow

parts += instance i18ndude omelette
parts += i18ndude omelette

[instance]
eggs +=
Expand Down
3 changes: 3 additions & 0 deletions test-4.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ test-eggs = Pillow

[test]
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']

[versions]
plone.supermodel = 1.1.1

0 comments on commit cdc8809

Please sign in to comment.