From b5175e61595ac33314e18115c125853bb7d1554d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 9 Apr 2020 10:43:21 +0100 Subject: [PATCH] Try Appveyor config workaround APPVEYOR_CONSOLE_DISABLE_PTY, as suggested in https://github.com/appveyor/ci/issues/3376#issuecomment-611314299 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index e7e0ba78..4e23490a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ environment: + APPVEYOR_CONSOLE_DISABLE_PTY: true matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_JOB_NAME: "python37-x64-ubuntu"