Skip to content

Commit 4acbc33

Browse files
authored
Merge pull request #296 from ssbarnea/master
Use pytest-html when running its own tests
2 parents f0fbe2a + a2bbbae commit 4acbc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
pytest-rerunfailures
1414
pytest-mock
1515
py{36,37,py3}-ansi2html: ansi2html
16-
commands = pytest -v -r a {posargs}
16+
commands = pytest -v -r a --color=yes --html={envlogdir}/report.html --self-contained-html {posargs}
1717

1818
[testenv:linting]
1919
skip_install = True

0 commit comments

Comments
 (0)