From 7e86b41f92dc3a08b9af264d456544e450c71f2c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 25 Sep 2014 15:55:32 +0100 Subject: [PATCH] Add isort thirdparty config for Travis --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 0c3407922..ad81baa62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,3 +18,4 @@ frameworks = CoreFoundation, Foundation, AppKit known_standard_library=unicodedata line_length=120 skip=gtkui.py +known_third_party=pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo