-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
49 lines (45 loc) · 817 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
[buildout]
parts =
beanstalkctl
specs
extra-paths =
${buildout:directory}
eggs =
beanstalkc
docopt
ishell
PyYAML
unzip = true
[beanstalkctl]
recipe = zc.recipe.egg
eggs =
${buildout:eggs}
extra-paths =
${buildout:directory}
entry-points =
beanstalkctl=beanstalkctl:main
[specs]
recipe =
pbp.recipe.noserunner
eggs =
unittest2
pbp.recipe.noserunner
${buildout:eggs}
figleaf
pinocchio
coverage
pexpect
fuzzywuzzy
# nose-testconfig
working-directory =
${buildout:directory}
extra-paths =
${buildout:extra-paths}
interpreter = python
defaults =
--where ${buildout:directory}/specs
--exe
--include ^(it|ensure|must|should|specs?|examples?)
--include (specs?(.py)?|examples?(.py)?)$
--with-spec
--spec-color