From f8cce6901fbc7a9b296962157fec6c04c448ae2a Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 28 Feb 2019 01:25:43 -0800 Subject: Attempt more verbose output --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0e5b1db9..d02b0307 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ extras = pipfile pyproject requirements -commands = py.test test_isort.py {posargs} +commands = py.test -vv -s test_isort.py {posargs} [testenv:isort-check] commands = python setup.py isort -- cgit v1.2.1