Document reason for the trialcoverage version requirement being 0.3.3.

This commit is contained in:
david-sarah 2010-05-24 17:44:44 -07:00
parent f3c8c1c245
commit 02d0c4eb92
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ setup_requires.append('setuptools_darcs >= 1.1.0')
# trialcoverage is required if you want the "trial" unit test runner to have a
# "--reporter=bwverbose-coverage" option which produces code-coverage results.
# The required version is 0.3.3, because that is the latest version that only
# depends on a version of pycoverage for which binary packages are available.
if "--reporter=bwverbose-coverage" in sys.argv:
setup_requires.append('trialcoverage >= 0.3.3')