annotate setup.cfg @ 63:366284df3620 trunk

Use a more neutral gray for the background color in the diagram.
author cmlenz
date Fri, 07 Jul 2006 17:58:52 +0000
parents 10c80c490c6e
children 59eb24184e9c
rev   line source
1
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
1 [egg_info]
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
2 tag_build = dev
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
3 tag_svn_revision = true
11
10c80c490c6e Added setup configuration for doing coverage reporting with Bitten.
cmlenz
parents: 1
diff changeset
4
10c80c490c6e Added setup configuration for doing coverage reporting with Bitten.
cmlenz
parents: 1
diff changeset
5 [unittest]
10c80c490c6e Added setup configuration for doing coverage reporting with Bitten.
cmlenz
parents: 1
diff changeset
6 xml-results = build/test-results.xml
10c80c490c6e Added setup configuration for doing coverage reporting with Bitten.
cmlenz
parents: 1
diff changeset
7 coverage-summary = build/test-coverage.txt
10c80c490c6e Added setup configuration for doing coverage reporting with Bitten.
cmlenz
parents: 1
diff changeset
8 coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software