Skip to content

Commit 0415f4e

Browse files
committed
make pytest more verbose
1 parent 8faaebb commit 0415f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py38,py39,py310,py311,lint
33

44
[testenv]
55
deps = -r{toxinidir}/test-requirements.txt
6-
commands = pytest
6+
commands = pytest -slv
77

88
[testenv:py38]
99
basepython = python3.8

0 commit comments

Comments
 (0)