Skip to content

Commit a80f9f4

Browse files
committed
❌ Don't merge
1 parent 10ae17d commit a80f9f4

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
@@ -15,7 +15,7 @@ isolated_build = true
1515
description = run the test driver with {basepython}
1616
passenv = PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86) PYTEST_ADDOPTS
1717
deps = -rtest-requirements.txt
18-
commands = python -m pytest {posargs}
18+
commands = python -m pytest -vvv {posargs}
1919

2020
[testenv:lint]
2121
description = check the code style

0 commit comments

Comments
 (0)