diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2015-08-23 13:34:19 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2015-08-24 15:56:53 +0200 |
commit | a4844f7b77cc358c919501b6ee7d2f1ed9f2115e (patch) | |
tree | 65f08ac704bc0676843a521b4d19f22f31954b11 /tox.ini | |
parent | [#2734] Add 256x256 to deluge.ico (diff) | |
download | deluge-a4844f7b77cc358c919501b6ee7d2f1ed9f2115e.tar.xz deluge-a4844f7b77cc358c919501b6ee7d2f1ed9f2115e.zip |
[win32] Update packaging scripts
* Update directory paths.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ whitelist_externals = isort commands = isort --version - python -c "import subprocess, sys; output = subprocess.check_output('isort --diff --recursive deluge docs win32 *.py', shell=True); print output; sys.exit(len(output) != 0)" + python -c "import subprocess, sys; output = subprocess.check_output('isort --diff --recursive deluge docs packaging *.py', shell=True); print output; sys.exit(len(output) != 0)" [testenv:flake8] setenv = {[testenv]setenv} |