1 Star 0 Fork 3

当时明月/django-blog-zinnia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
buildout.cfg 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
Fantomas42 提交于 2016-03-09 16:07 . Use regex lib as dependencie
[buildout]
extends = versions.cfg
parts = test
demo
docs
cover
flake8
evolution
develop = .
eggs = ${eggs:django}
${eggs:zinnia}
${eggs:markups}
show-picked-versions = true
[eggs]
django = django
pillow
pytz
zinnia = beautifulsoup4
django-blog-zinnia
django-contrib-comments
django-mptt
django-tagging
django-xmlrpc
mots-vides
pyparsing
regex
markups = docutils
markdown
textile
[demo]
recipe = djangorecipe
project = demo
settings = settings
eggs = ${buildout:eggs}
[test]
recipe = pbp.recipe.noserunner
eggs = nose
nose-sfd
nose-progressive
${eggs:django}
${eggs:zinnia}
${eggs:markups}
defaults = --with-sfd
--with-progressive
--nologcapture
environment = testenv
[cover]
recipe = pbp.recipe.noserunner
eggs = coverage
${test:eggs}
defaults = --with-sfd
--with-xunit
--xunit-file=docs/coverage/nosetests.xml
--with-coverage
--cover-package=zinnia
--cover-erase
--cover-html
--cover-html-dir=docs/coverage
environment = testenv
[docs]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs
build = ${buildout:directory}/docs/build
eggs = ${buildout:eggs}
[flake8]
recipe = zc.recipe.egg
eggs = flake8
[evolution]
recipe = zc.recipe.egg
eggs = buildout-versions-checker
arguments = '-w --sorting alpha -e pyflakes'
scripts = check-buildout-updates=${:_buildout_section_name_}
[testenv]
NOSE_TESTMATCH = ^test_
DJANGO_SETTINGS_MODULE = zinnia.tests.implementations.sqlite
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ppcba/django-blog-zinnia.git
git@gitee.com:ppcba/django-blog-zinnia.git
ppcba
django-blog-zinnia
django-blog-zinnia
master

搜索帮助