Configure CI to use the py36-coverage tox env

This commit is contained in:
Jean-Paul Calderone 2020-08-26 14:37:21 -04:00
parent 44126f840c
commit 07e33e78a5

View File

@ -285,7 +285,7 @@ jobs:
# this reporter on Python 3. So drop that and just specify the
# reporter.
TAHOE_LAFS_TRIAL_ARGS: "--reporter=subunitv2-file"
TAHOE_LAFS_TOX_ENVIRONMENT: "py36"
TAHOE_LAFS_TOX_ENVIRONMENT: "py36-coverage"
ubuntu-20.04: