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 2d2b15f22539dddfaaf514fa6b459f291ce50818
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ install:
# - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

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