Try Appveyor config workaround

APPVEYOR_CONSOLE_DISABLE_PTY, as suggested in https://github.com/appveyor/ci/issues/3376#issuecomment-611314299
This commit is contained in:
Joe Rickerby
2020-04-09 10:43:21 +01:00
committed by GitHub
parent b8dbedcdbe
commit b5175e6159
+1
View File
@@ -1,4 +1,5 @@
environment:
APPVEYOR_CONSOLE_DISABLE_PTY: true
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"