Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated cfg
  • Loading branch information
Panos committed Aug 22, 2020
commit 9392dd78d20d85b23394faa76576b0e74b523244
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
secure: x+dF0A8BZUf2IrPNRN1O0w==
PYTHON_DEF: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
QTDIRS: C:\Python36-x64 bearer iconengines
QTDIRS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64
PYTHONVERS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64
PYTHON_ARCH: "64"
MSVC: "Visual Studio 14 Win64"
Expand Down Expand Up @@ -61,8 +61,8 @@ install:
# - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

# Check that we have the expected version and architecture for Python
- for %%I in (%QTDIRS%) do echo %%I
- for %%PYTHONDIR in (%PYTHONVERS%) do %%PYTHONDIR\python.exe -V
- for %%I in (%QTDIRS%) do %%I\python.exe -V
# - for %%PYTHONDIR in (%PYTHONVERS%) do %%PYTHONDIR\python.exe -V
# set pip=%python_dir\\Scripts\\pip
# %python% -V
# %pip% install -U wheel setuptools twine cython
Expand Down