annotate setup.cfg @ 92:2e090827c63a

Delete snapshots for builds that have been completed by all configured target platforms, and are thus no longer needed. Closes #20.
author cmlenz
date Thu, 14 Jul 2005 21:56:17 +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