Merge pull request #318 from joerick/appveyor-pty-fix
Try Appveyor config workaround
This commit is contained in:
+3
-4
@@ -1,4 +1,7 @@
|
|||||||
environment:
|
environment:
|
||||||
|
# workaround an appveyor bug on macos
|
||||||
|
# see https://github.com/appveyor/ci/issues/3376#issuecomment-611314299
|
||||||
|
APPVEYOR_CONSOLE_DISABLE_PTY: true
|
||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
|
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
|
||||||
@@ -7,10 +10,6 @@ environment:
|
|||||||
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
|
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
|
||||||
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave"
|
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave"
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
|
|
||||||
|
|
||||||
stack: python 3.7
|
stack: python 3.7
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|||||||
Reference in New Issue
Block a user