forked from django-blog-zinnia/zinnia-wysiwyg-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
31 lines (28 loc) · 1.02 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[buildout]
extends = versions.cfg
versions = versions
parts = demo
flake8
evolution
develop = .
show-picked-versions = true
extensions = gp.vcsdevelop
develop-dir = django-apps-src
vcs-update = true
vcs-extend-develop = git+git://github.com/Fantomas42/django-blog-zinnia.git#egg=django-blog-zinnia
[demo]
recipe = djangorecipe
project = demo_zinnia_ckeditor
settings = settings
eggs = django
django-blog-zinnia
pillow
zinnia-wysiwyg-ckeditor
[flake8]
recipe = zc.recipe.egg
eggs = flake8
[evolution]
recipe = zc.recipe.egg
eggs = buildout-versions-checker
scripts = check-buildout-updates=evolve
arguments = '-w --sorting alpha'