source: main/waeup.stress/trunk/buildout.cfg @ 8672

Last change on this file since 8672 was 8661, checked in by uli, 12 years ago

Do post run actions in Python. This is more convenient than shell scripts.

File size: 673 bytes
Line 
1[buildout]
2extensions = mr.developer
3auto-checkout = waeup.kofa
4sources-dir = instances
5develop = . instances/waeup.kofa
6parts =
7    app
8    test
9# newest = false
10
11versions = versions
12
13[versions]
14
15# eggs will be installed in the default buildout location
16# (see .buildout/default.cfg in your home directory)
17# unless you specify an eggs-directory option here.
18
19[sources]
20waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk
21
22
23[app]
24recipe = zc.recipe.egg
25eggs = waeup.stress
26       waeup.kofa
27       multi-mechanize
28interpreter = py
29
30[test]
31recipe = zc.recipe.egg
32eggs = waeup.stress[test]
33       pytest
34       pytest-xdist
35       pytest-cov
36scripts = py.test
Note: See TracBrowser for help on using the repository browser.