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

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

Also support waeup.uniben in stresstests.

File size: 812 bytes
Line 
1[buildout]
2extensions = mr.developer
3auto-checkout = waeup.kofa
4sources-dir = instances
5develop = . instances/waeup.kofa instances/waeup.uniben
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
21waeup.uniben = svn https://svn.waeup.org/repos/main/waeup.uniben/trunk
22
23
24[app]
25recipe = zc.recipe.egg
26eggs = waeup.stress
27       multi-mechanize
28interpreter = py
29scripts = stress-run bootstrap_instances multimech-newproject
30
31[test]
32recipe = zc.recipe.egg
33eggs = waeup.stress[test]
34       pytest
35       pytest-xdist
36       pytest-cov
37scripts = py.test
Note: See TracBrowser for help on using the repository browser.