diff --git a/tox.ini b/tox.ini index 8be400a..141f567 100644 --- a/tox.ini +++ b/tox.ini @@ -6,4 +6,4 @@ deps = pathlib2; python_version<"3" pytest requests -commands = pytest --tb=short {posargs} +commands = pytest -v --tb=short {posargs}