-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
26 lines (24 loc) · 918 Bytes
/
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
[buildout]
extends = versions.cfg
versions = versions
parts = flake8
evolution
develop = .
show-picked-versions = true
eggs = django
django-blog-zinnia
pymollom
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
[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'