annotate setup.cfg @ 906:0ab6b21b8010 0.6.x

0.6dev: Merged [987] from trunk.
author osimons
date Wed, 30 Mar 2011 13:32:30 +0000
parents 980485bb58c9
children
rev   line source
902
980485bb58c9 0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg
hodgestar
parents: 901
diff changeset
1 [egg_info]
980485bb58c9 0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg
hodgestar
parents: 901
diff changeset
2 tag_build = dev
980485bb58c9 0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg
hodgestar
parents: 901
diff changeset
3 tag_svn_revision = true
980485bb58c9 0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg
hodgestar
parents: 901
diff changeset
4
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
5 [unittest]
367
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
6 xml_output = build/test-results.xml
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
7 coverage_summary = build/test-coverage.txt
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
8 coverage_dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software