From e4ff12ed3e5a32e70fe9e2f6bc4c50668231e052 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Mon, 3 Feb 2020 13:58:08 +0100 Subject: [PATCH] minimal 07 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 05c9703..4c5fb2a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ environment: build: off install: - - pip install .[test] + - C:\\Python37\\pip install .[test] test_script: - cmd: set WEXPECT_SPAWN_CLASS=SpawnPipe