[buildout] extensions = mr.developer auto-checkout = waeup.kofa sources-dir = instances develop = . instances/waeup.kofa parts = app test # newest = false versions = versions [versions] # eggs will be installed in the default buildout location # (see .buildout/default.cfg in your home directory) # unless you specify an eggs-directory option here. [sources] waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk [app] recipe = zc.recipe.egg eggs = waeup.stress multi-mechanize interpreter = py scripts = stress-run bootstrap_instances multimech-newproject [test] recipe = zc.recipe.egg eggs = waeup.stress[test] pytest pytest-xdist pytest-cov scripts = py.test