File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - PYTHON : " C:\\ Python27.10-x64"
4- PYTHON_VERSION : " 2.7.10"
5- PYTHON_ARCH : " 64"
3+ - PYTHON : " C:\\ Python27-x64"
64
75install :
8- - ECHO "Filesystem root:"
9- - ps : " ls \" C:/\" "
10-
11- - ECHO "Installed SDKs:"
12- - ps : " ls \" C:/Program Files/Microsoft SDKs/Windows\" "
13-
14- # Install Python (from the official .msi of http://python.org) and pip when
15- # not already installed.
16- - ps : if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }
17-
18- # Prepend newly installed Python to the PATH of this build (this cannot be
19- # done from inside the powershell script as it would require to restart
20- # the parent CMD process).
21- - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
22-
23- # Check that we have the expected version and architecture for Python
24- - " python --version"
25- - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
26-
27- # Upgrade to the latest version of pip to avoid it displaying warnings
28- # about it being out of date.
29- - " pip install --disable-pip-version-check --user --upgrade pip"
30-
31- # Install Python Qt5
32- - pip install git+git://github.com/pyqt/python-qt5.git
6+ - " %PYTHON%\\ python.exe -m pip install git+git://github.com/pyqt/python-qt5.git
You can’t perform that action at this time.
0 commit comments