mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Don't exclude Windows code
This commit is contained in:
parent
770ef9312b
commit
318b405889
|
@ -12,5 +12,3 @@ exclude_lines =
|
|||
# Don't complain about debug code
|
||||
if Image.DEBUG:
|
||||
if DEBUG:
|
||||
# Don't complain about Windows code as Travis is Linux
|
||||
if sys.platform == "win32":
|
||||
|
|
Loading…
Reference in New Issue
Block a user