Note coverage explicitly in envlist.

This commit is contained in:
Itamar Turner-Trauring 2021-05-05 10:12:42 -04:00
parent ea2db971a6
commit ebedc660bd

View File

@ -17,7 +17,7 @@ python =
twisted = 1
[tox]
envlist = typechecks,codechecks,py27,py36,py37,py38,py39,pypy27,pypy3
envlist = typechecks,codechecks,py{27,36,37,38,39}-{coverage},pypy27,pypy3
minversion = 2.4
[testenv]