File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,21 +35,21 @@ basepython = python3.12
3535deps =
3636 -rrequirements/tests-django.txt
3737 Django>=4.2,<4.3
38- commands = py.test -m django {posargs}
38+ commands = py.test --cov-report term --cov-report html --cov emails - m django {posargs}
3939
4040[testenv:django52]
4141basepython = python3.12
4242deps =
4343 -rrequirements/tests-django.txt
4444 Django>=5.2,<5.3
45- commands = py.test -m django {posargs}
45+ commands = py.test --cov-report term --cov-report html --cov emails - m django {posargs}
4646
4747[testenv:django60]
4848basepython = python3.12
4949deps =
5050 -rrequirements/tests-django.txt
5151 Django>=6.0,<6.1
52- commands = py.test -m django {posargs}
52+ commands = py.test --cov-report term --cov-report html --cov emails - m django {posargs}
5353
5454[testenv:typecheck]
5555deps = mypy
You can’t perform that action at this time.
0 commit comments