From 2f4cb0156c1e43e8f93aa3f84b47c5a500480c7d Mon Sep 17 00:00:00 2001 From: bendikro Date: Mon, 31 Oct 2016 12:51:12 +0100 Subject: [Tests] Fix for isort config package handling * Force gtk modules to be third_party for tox/travis testing. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a15d9cbb8..7c8010eb8 100644 --- a/tox.ini +++ b/tox.ini @@ -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] -- cgit v1.2.3