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 2d44278eb874ca5e35a078db8b0f0322c8de5d57
7 changes: 6 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ install:
# - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

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