appveyor.yml: build for x64 as well as for x86

main
Johannes Schauer Marin Rodrigues 2 years ago committed by Johannes Schauer Marin Rodrigues
parent 4ac61db781
commit a49d7b0a53

@ -14,6 +14,9 @@ environment:
# - PYTHON: "C:\\Python35-x64"
# - PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
platform: x64
- PYTHON: "C:\\Python37"
platform: x86
install:
- "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"

Loading…
Cancel
Save