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

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

Decouple waeup.stress from waeup.kofa. We should be able to stress any package.

File size: 717 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       multi-mechanize
27interpreter = py
28scripts = stress-run bootstrap_instances multimech-newproject
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.