From d61b819b7ace4cbbff9695cbe8218010f6b58483 Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Sun, 28 Jan 2018 02:00:25 +0100 Subject: [PATCH] added redis --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index cc800fc..1040426 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,6 +26,9 @@ init: - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" install: + - nuget install redis-64 -excludeversion + - redis-64\tools\redis-server.exe --service-install + - redis-64\tools\redis-server.exe --service-start - "%PYTHON%/Scripts/pip.exe install -e ." - "%PYTHON%/Scripts/pip.exe install -r requirements-docs.txt" - "%PYTHON%/Scripts/pip.exe install -r requirements-pytest.txt"