mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 07:03:39 +00:00
Revert to isort diff output
This commit is contained in:
parent
bdf39c1e89
commit
62a9e3921d
2
tox.ini
2
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user