diff options
author | bendikro <bro.devel@gmail.com> | 2016-10-31 12:51:12 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-01 15:04:14 +0100 |
commit | 2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d (patch) | |
tree | 01147672cbc25feea63d39e142ca8e69379d540b /tox.ini | |
parent | [Tests] Move test torrents into data subdir (diff) | |
download | deluge-2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d.tar.xz deluge-2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d.zip |
[Tests] Fix for isort config package handling
* Force gtk modules to be third_party for tox/travis testing.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -96,7 +96,9 @@ whitelist_externals = commands = isort --version python -c "import subprocess, sys; output = subprocess.check_output(\ - 'isort -q --diff --recursive deluge docs packaging *.py', shell=True);\ + 'isort -q --diff --recursive deluge docs packaging *.py\ + -o pygtk -o gtk -o gobject -o gtk.gdk -o pango -o cairo -o pangocairo\ + ', shell=True);\ print output; sys.exit(bool(output))" [testenv:flake8] |