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 30fcb557cbead03f245f1c320717c82b3036ab97
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
PYTHON_DEF: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
QTDIRS: bearer iconengines
PYTHON_VERS: 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"
ARCH: x64_86
Expand Down Expand Up @@ -62,7 +62,7 @@ install:

# Check that we have the expected version and architecture for Python
- for %%I in (%QTDIRS%) do echo %%I
- for %%PYTHON_DIR in (%PYTHON_VERS%) do %%PYTHON_DIR\\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