#74 new enhancement

run tests automatically when building packages — at Initial Version

Reported by: zooko Owned by: PenguinOfDoom
Priority: major Milestone:
Version: 0.5.19 Keywords:
Cc: Launchpad Bug:

Description

In ticket #74 it turned out that there was a bug in some packages that PenguinOfDoom built for us. If python setup.py bdist_egg would automatically run the unit tests before building the package, then this would be detected immediately. To configure the build system to do this, simply add to setup.cfg:

[aliases]
bdist_egg = test bdist_egg

Change History (0)

Note: See TracTickets for help on using tickets.