Changeset 8693 for main/waeup.stress
- Timestamp:
- 12 Jun 2012, 10:19:39 (12 years ago)
- Location:
- main/waeup.stress/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.stress/trunk/buildout.cfg
r8661 r8693 24 24 recipe = zc.recipe.egg 25 25 eggs = waeup.stress 26 waeup.kofa27 26 multi-mechanize 28 27 interpreter = py 28 scripts = stress-run bootstrap_instances multimech-newproject 29 29 30 30 [test] -
main/waeup.stress/trunk/setup.py
r8672 r8693 9 9 'numpy', 10 10 'matplotlib', 11 'waeup.kofa',12 11 ], 13 14 # Having beaker installed additionally is a feature very recommended15 # for production use. The default buildout includes beaker for tests,16 # start scripts, and other parts that can benefit from it. The windows17 # buildout does not include it due to compiling problems with the18 # beaker package.19 beaker_require = [20 'dolmen.beaker',21 ]22 12 23 13 tests_require = [
Note: See TracChangeset for help on using the changeset viewer.