Find out what versions are in the tox environment

This commit is contained in:
Jean-Paul Calderone 2019-05-13 10:23:18 -04:00
parent f5d5a1311f
commit f17647f29c

View File

@ -38,6 +38,7 @@ commands =
[testenv:coverage]
# coverage (with --branch) takes about 65% longer to run
commands =
pip freeze
tahoe --version
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
coverage xml