Skip to content

Commit 006e948

Browse files
committed
add verbose flag for pytest
1 parent 6894a92 commit 006e948

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
@@ -3,7 +3,7 @@ envlist = py{36,37,38}-pytest-coverage, flake8
33

44
[testenv]
55
deps = pytest
6-
commands = pytest --color=yes {posargs}
6+
commands = pytest --color=yes -v {posargs}
77

88
[testenv:py37-pytest-coverage]
99
usedevelop = true

0 commit comments

Comments
 (0)