1
0
Fork 0
forked from josch/plakativ

appveyor.yml: install pytest and pdfrw

This commit is contained in:
Johannes 'josch' Schauer 2019-07-01 09:06:59 +02:00
parent e8b52fa989
commit 224e565882
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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