-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
51 lines (47 loc) · 875 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
51
[buildout]
extensions = mr.developer
unzip = true
extends =
yeoman.cfg
auto-checkout =
horus
pyramid_redis_sessions
velruse
sockjs-tornado
parts+ =
eggs
bower_modules
develop =
wwc
eggs-directory = eggs
auto-checkout = *
always-checkout = false
versions = versions
prefer-final = false
find-links += http://pypi.crate.io/simple
eggs = wwc
[sources]
horus = git git://github.com/dobrite/horus.git update=true
velruse = git git://github.com/dobrite/velruse.git update=true
sockjs-tornado = git git://github.com/mrjoes/sockjs-tornado.git update=true
[versions]
zc.buildout = 2.2.0
zc.recipe.egg = 2.0.0
six = 1.3.0
[eggs]
recipe = zc.recipe.egg
unzip = true
dependent-scripts = true
eggs =
wwc
flake8
bpython
pytest
py
mock
webtest
pytest-cov
pytest-xdist
pytest-cache
factory_boy
interpreter = py