From 265850c44d61dfaf3a7573350ea4469bcc41ff30 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Sun, 27 Sep 2020 12:35:00 +0200 Subject: [PATCH] Update .appveyor.yml. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 22689f0..085cd94 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,9 +15,9 @@ environment: install: - "%PYTHON%\\python.exe -m pip install -U pip" - - "%PYTHON%\\python.exe -m pip install -U pytest" - - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install wheel" + - "%PYTHON%\\python.exe -m pip install -r requirements.txt" + - "%PYTHON%\\python.exe -m pip install -U pytest" build: off