forked from Fantomas42/django-blog-zinnia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
50 lines (43 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[buildout]
parts = django
test
patch-nosedjango
develop = .
eggs = django-blog-zinnia
django-tagging
django-bitly
django-xmlrpc
python-twitter
BeautifulSoup
PIL==1.1.6
south
akismet
nose
NoseDjango
rednose
find-links = http://dist.repoze.org/
http://pypi.aartemenko.com/
extensions = gp.vcsdevelop
develop-dir = ./src_eggs
vcs-extend-develop=
hg+http://bitbucket.org/discovery/django-bitly/#egg=django-bitly
hg+https://python-twitter.googlecode.com/hg/#egg=python-twitter
[django]
recipe = djangorecipe
version = 1.2.1
projectegg = zinnia
settings = testsettings
eggs = ${buildout:eggs}
[test]
recipe = pbp.recipe.noserunner
eggs = ${buildout:eggs}
extra-paths = ${django:location}
defaults = --rednose
--with-django
environment = testenv
[testenv]
DJANGO_SETTINGS_MODULE = zinnia.testsettings
[patch-nosedjango]
recipe = collective.recipe.patch
egg = NoseDjango
patches = patches/NoseDjango-0.6.patch