Last change
on this file since 14212 was
8747,
checked in by uli, 12 years ago
|
Also support waeup.uniben in stresstests.
|
File size:
812 bytes
|
Rev | Line | |
---|
[8654] | 1 | [buildout] |
---|
| 2 | extensions = mr.developer |
---|
| 3 | auto-checkout = waeup.kofa |
---|
| 4 | sources-dir = instances |
---|
[8747] | 5 | develop = . instances/waeup.kofa instances/waeup.uniben |
---|
[8654] | 6 | parts = |
---|
| 7 | app |
---|
| 8 | test |
---|
| 9 | # newest = false |
---|
| 10 | |
---|
| 11 | versions = 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] |
---|
| 20 | waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk |
---|
[8747] | 21 | waeup.uniben = svn https://svn.waeup.org/repos/main/waeup.uniben/trunk |
---|
[8654] | 22 | |
---|
| 23 | |
---|
| 24 | [app] |
---|
| 25 | recipe = zc.recipe.egg |
---|
| 26 | eggs = waeup.stress |
---|
| 27 | multi-mechanize |
---|
[8661] | 28 | interpreter = py |
---|
[8693] | 29 | scripts = stress-run bootstrap_instances multimech-newproject |
---|
[8654] | 30 | |
---|
| 31 | [test] |
---|
| 32 | recipe = zc.recipe.egg |
---|
| 33 | eggs = waeup.stress[test] |
---|
| 34 | pytest |
---|
| 35 | pytest-xdist |
---|
| 36 | pytest-cov |
---|
[8747] | 37 | scripts = py.test |
---|
Note: See
TracBrowser for help on using the repository browser.