From 318b405889ae4911a69ff45b3fa07cc246c16607 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 5 Jul 2014 21:32:09 +0300 Subject: [PATCH] Don't exclude Windows code --- .coveragerc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 39ae20ac6..ea79190ae 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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":