My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[buildout]
newest=false
parts = test pylonsapp pylons_test pyramidapp pyramid_test sphinx
develop = . pylonsapp pyramidapp
versions = versions
find-links=
http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.3/
http://pylonshq.com/download/1.0rc1

[versions]
Pylons=1.0rc1

[test]
recipe = zc.recipe.egg
eggs =
ipython
couchdbkit
zope.schema
httplib2
simplejson
nose>=0.10.4
coverage
Babel
Mako>=0.2.4
genshi
pysqlite>=2.5.5
SQLAlchemy>=0.6beta1
RDFAlchemy
FormAlchemy
BeautifulSoup
interpreter = python
initialization = from formalchemy import tests
scripts =
nosetests=test
ipython=ipython

[pylonsapp]
recipe = zc.recipe.egg
eggs =
${test:eggs}
PasteScript
Pylons
repoze.profile
interpreter = python_perf
scripts =
paster=paster

[pylons_test]
recipe = zc.recipe.egg
initialization = import os; os.chdir('${buildout:directory}/pylonsapp/')
eggs =
${pylonsapp:eggs}
scripts =
nosetests=test_pylons

[pyramidapp]
recipe = zc.recipe.egg
eggs =
${test:eggs}
PasteScript
Pyramid
pyramidapp
WebTest
scripts =
paster=paster

[pyramid_test]
recipe = zc.recipe.egg
initialization = import os; os.chdir('${buildout:directory}/pyramidapp/')
eggs =
${pyramidapp:eggs}
scripts =
nosetests=test_pyramid

[sphinx]
recipe = zc.recipe.egg
eggs=
${pylons_test:eggs}
PasteScript
Sphinx
scripts =
sphinx-build
sphinx-quickstart

Change log

0687acb70355 by Gael Pasgrimaud <g...@gawel.org> on Jan 11, 2011   Diff
upgrade pyramidapp. take care of output
format. fix tests
Go to: 
Project members, sign in to write a code review

Older revisions

80614a9a685d by Gael Pasgrimaud <g...@gawel.org> on Nov 29, 2010   Diff
basic pyramid test pass
850b4285ce85 by Gael Pasgrimaud <g...@gawel.org> on Nov 13, 2010   Diff
add pyramid app based od pylons_sqla
4918e07df845 by Gael Pasgrimaud <g...@gawel.org> on Apr 7, 2010   Diff
update to Pylons 1.0rc1
All revisions of this file

File info

Size: 1474 bytes, 83 lines
Powered by Google Project Hosting