Document reason for the trialcoverage version requirement being 0.3.3.
This commit is contained in:
parent
f3c8c1c245
commit
02d0c4eb92
2
setup.py
2
setup.py
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue