Workaround for the isort Travis issue by using order-by-type

See isort issue: https://github.com/timothycrosley/isort/issues/185
This commit is contained in:
Calum Lind
2014-09-26 12:21:41 +01:00
parent 62a9e3921d
commit dd8e37a6ce
16 changed files with 19 additions and 18 deletions

View File

@ -19,3 +19,4 @@ known_standard_library=unicodedata
line_length=120
skip=gtkui.py
known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo
order_by_type=true