forked from emencia/emencia-django-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
50 lines (44 loc) · 930 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[buildout]
parts = django
demo
test
patch-nosedjango
develop = .
eggs = emencia.django.newsletter
nose
NoseDjango==0.6
rednose
lxml
django-tagging
BeautifulSoup
html2text
vobject
xlwt
xlrd
find-links = http://dist.repoze.org/
[django]
recipe = djangorecipe
version = 1.2.5
project = emencia.django.newsletter
projectegg = emencia.django.newsletter
settings = testsettings
eggs = ${buildout:eggs}
[demo]
recipe = djangorecipe
version = 1.2.5
projectegg = demo
settings = settings
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 = emencia.django.newsletter.testsettings
[patch-nosedjango]
recipe = collective.recipe.patch
egg = NoseDjango==0.6
patches = patches/NoseDjango-0.6.patch