annotate setup.cfg @ 61:47ab019508dd

Moved {{{BuildError}}} class into package {{{bitten.build}}}.
author cmlenz
date Tue, 28 Jun 2005 10:47:07 +0000
parents 0b82d012e42c
children e3645059fb69
rev   line source
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
1 [sdist]
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
2 formats = bztar, gztar, zip
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
3
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
4 [unittest]
1
32e9f0e94c69 Fix running the unit tests from distutils.
cmlenz
parents:
diff changeset
5 test-suite = bitten.tests
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
6 xml-results = build/test-results.xml
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
7 coverage-results = build/test-coverage.txt
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
8 coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software