Changeset 138
- Timestamp:
- 08/09/06 06:52:55 (2 years ago)
- Files:
-
- branches/mk/support/master.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/support/master.cfg
r91 r138 88 88 source_trunk = make_source('trunk') 89 89 90 class StepBuildEggInfo(step.ShellCommand): 91 name = "build egg info" 92 description = ["building egg info"] 93 descriptionDone = [name] 94 95 build_egg_info = s(StepBuildEggInfo, command="python setup.py egg_info") 96 90 97 class StepUnitTest(step.ShellCommand): 91 98 name = "unit tests" … … 120 127 make_factory = lambda source, doc_dest: factory.BuildFactory([ 121 128 source, 129 build_egg_info, 122 130 unit_tests, 123 131 functional_tests,
