annotate setup.cfg @ 47:486d975cc24b trunk

fix CSS classes for Trac about.html ctxtnav
author mgood
date Tue, 04 Jul 2006 03:25:27 +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