annotate setup.cfg @ 51:b2383634ec04 trunk

Fix `py:for` directive when combined with other directives (such as `py:strip`).
author cmlenz
date Tue, 04 Jul 2006 09:03:04 +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