From 62a9e3921d41efaf3c4bf56b231cb70c69d411d9 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 25 Sep 2014 23:58:39 +0100 Subject: [PATCH] Revert to isort diff output --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 262d04751..f4a78741c 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,7 @@ deps = whitelist_externals = {[testenv]whitelist_externals} isort -commands = isort --recursive --check-only deluge docs win32 *.py +commands = python -c "import subprocess, sys; output = subprocess.check_output('isort --recursive --diff --stdout deluge docs win32 *.py', shell=True); print output; sys.exit(len(output) != 0)" [testenv:flake8] setenv = {[testenv]setenv}