diff --git a/tox.ini b/tox.ini index 7983960c..d342a56f 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,6 @@ setenv = # For instance: ./.tox/py3/tmp/ TOXTEMPDIR={envtmpdir} commands = - python -m pytest --cov=west {posargs:tests} --basetemp='{envtmpdir}/pytest with space/' + python -m pytest --cov-report=html --cov=west {posargs:tests} --basetemp='{envtmpdir}/pytest with space/' python -m flake8 --config='{toxinidir}'/tox.ini '{toxinidir}' python -m mypy --config-file='{toxinidir}'/tox.ini --package=west