Skip to content

Commit 2f5dea8

Browse files
committed
Update appveyor.yml
1 parent 7bacf10 commit 2f5dea8

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
environment:
22
matrix:
3-
- PYTHON: "C:\\Python27.10-x64"
4-
PYTHON_VERSION: "2.7.10"
5-
PYTHON_ARCH: "64"
3+
- PYTHON: "C:\\Python27-x64"
64

75
install:
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

0 commit comments

Comments
 (0)