mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Find out what versions are in the tox environment
This commit is contained in:
parent
f5d5a1311f
commit
f17647f29c
1
tox.ini
1
tox.ini
@ -38,6 +38,7 @@ commands =
|
|||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
# coverage (with --branch) takes about 65% longer to run
|
# coverage (with --branch) takes about 65% longer to run
|
||||||
commands =
|
commands =
|
||||||
|
pip freeze
|
||||||
tahoe --version
|
tahoe --version
|
||||||
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
|
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
|
||||||
coverage xml
|
coverage xml
|
||||||
|
Loading…
Reference in New Issue
Block a user