From 5000545f0dcc2592fac1b88e17aba5f2723f899d Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 15 Jun 2022 21:01:18 +0200 Subject: [PATCH] appveyor.yml: build for x64 as well as for x86 --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4ebf925..cbac859 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,10 @@ environment: # - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64" +platform: + - x86 + - x64 + install: - "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"