From 224e56588246f84df5462b978811f984eea70567 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 1 Jul 2019 09:06:59 +0200 Subject: [PATCH] appveyor.yml: install pytest and pdfrw --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9a6dbce..29243f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: - PYTHON: "C:\\Python37-x64" install: - - "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pyinstaller" + - "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pdfrw pyinstaller" build: off