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