-
Notifications
You must be signed in to change notification settings - Fork 10
/
buildout.cfg
35 lines (32 loc) · 1.18 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
32
33
34
35
[buildout]
extends = versions.cfg
versions = versions
parts = demo
flake8
evolution
develop = .
show-picked-versions = true
eggs = django
django-blog-zinnia
pillow
sorl-thumbnail
zinnia-wysiwyg-tinymce
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_tinymce
settings = settings
eggs = ${buildout:eggs}
[flake8]
recipe = zc.recipe.egg
eggs = flake8
flake8-import-order
pep8-naming
[evolution]
recipe = zc.recipe.egg
eggs = buildout-versions-checker
scripts = check-buildout-updates=evolve
arguments = '-w --sorting alpha'