Skip to content

Commit 73d96ca

Browse files
committed
Remove -q flag from tox: that information is important on CI
1 parent f37b77e commit 73d96ca

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
@@ -19,7 +19,7 @@ deps =
1919
passenv = HOME LANG LC_ALL
2020

2121
commands =
22-
pytest -q --basetemp={envtmpdir} --confcutdir=tests \
22+
pytest --basetemp={envtmpdir} --confcutdir=tests \
2323
--junitxml=tests/junit.xml \
2424
--cov-report xml --cov pytest_flask \
2525
--cov-report=html \

0 commit comments

Comments
 (0)