appveyor.yml: use different PYTHON path for 32 and 64 bit builds
This commit is contained in:
parent
5000545f0d
commit
9bf02315aa
1 changed files with 3 additions and 4 deletions
|
@ -14,10 +14,9 @@ environment:
|
|||
# - PYTHON: "C:\\Python35-x64"
|
||||
# - PYTHON: "C:\\Python36-x64"
|
||||
- PYTHON: "C:\\Python37-x64"
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
platform: x64
|
||||
- PYTHON: "C:\\Python37"
|
||||
platform: x86
|
||||
|
||||
install:
|
||||
- "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"
|
||||
|
|
Loading…
Reference in a new issue