forked from Fantomas42/mots-vides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
61 lines (54 loc) · 2.11 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
50
51
52
53
54
55
56
57
58
59
60
61
[buildout]
develop = .
parts = mots-vides
test
cover
flake8
evolve
coveralls
show-picked-versions = true
[mots-vides]
eggs = mots-vides
recipe = zc.recipe.egg
[evolve]
arguments = '-s buildout.cfg -w --indent 32 --sorting alpha'
eggs = buildout-versions-checker
recipe = zc.recipe.egg
scripts = check-buildout-updates=${:_buildout_section_name_}
[test]
defaults = --with-progressive
eggs = nose
nose-progressive
recipe = pbp.recipe.noserunner
[cover]
<= test
defaults = --with-coverage
--cover-erase
--cover-package=mots_vides
eggs = nose
coverage
[flake8]
eggs = flake8
recipe = zc.recipe.egg
[coveralls]
eggs = python-coveralls
recipe = zc.recipe.egg
[versions]
PyYAML = 3.11
blessings = 1.6
buildout-versions-checker = 1.5.1
coverage = 3.7.1
flake8 = 2.3.0
futures = 2.2.0
mccabe = 0.3
nose = 1.3.4
nose-progressive = 1.5.1
pbp.recipe.noserunner = 0.2.6
pep8 = 1.5.7
pyflakes = 0.8.1
python-coveralls = 2.4.3
requests = 2.5.1
sh = 1.11
six = 1.9.0
zc.buildout = 2.3.1
zc.recipe.egg = 2.0.1