tox: also create the coverage report in html

This commit is contained in:
Frédéric Péters 2019-02-28 09:11:42 +01:00
parent 864af381c1
commit 995ad1d7b1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ whitelist_externals =
/bin/mv
setenv =
DJANGO_SETTINGS_MODULE=zoo.settings
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov=zoo/
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=zoo/
fast: FAST=--nomigrations
flakes: FLAKES=--flakes
usedevelop =