From 33e3ff5de8e95d659c151b68a1931b5da05c5740 Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Sun, 6 Oct 2019 03:19:00 +0200 Subject: remove appveyor specific code paths (#3071) --- tools/util.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/util.py') diff --git a/tools/util.py b/tools/util.py index 93502b06d..9a4c0ce02 100644 --- a/tools/util.py +++ b/tools/util.py @@ -236,9 +236,6 @@ def parse_exit_code(s): def enable_ansi_colors(): if os.name != 'nt': return True # On non-windows platforms this just works. - elif "CI" in os.environ: - return True # Ansi escape codes work out of the box on Appveyor. - return enable_ansi_colors_win10() -- cgit v1.2.3