Skip to content

Commit 84d232b

Browse files
committed
Merge pull request pypa#156 from jayvdb/appveyor-update-versions
Use A.B.x labels for pre-installed versions
2 parents 8ce2a6e + e6267b0 commit 84d232b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/code/appveyor.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,34 @@ environment:
77
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"
88

99
matrix:
10+
11+
# Pre-installed Python versions, which Appveyor may upgrade to
12+
# a later point release.
13+
1014
- PYTHON: "C:\\Python27"
11-
PYTHON_VERSION: "2.7.8"
15+
PYTHON_VERSION: "2.7.x" # currently 2.7.9
1216
PYTHON_ARCH: "32"
1317

1418
- PYTHON: "C:\\Python33"
15-
PYTHON_VERSION: "3.3.5"
19+
PYTHON_VERSION: "3.3.x" # currently 3.3.5
1620
PYTHON_ARCH: "32"
1721

1822
- PYTHON: "C:\\Python34"
19-
PYTHON_VERSION: "3.4.1"
23+
PYTHON_VERSION: "3.4.x" # currently 3.4.3
2024
PYTHON_ARCH: "32"
2125

2226
- PYTHON: "C:\\Python27-x64"
23-
PYTHON_VERSION: "2.7.8"
27+
PYTHON_VERSION: "2.7.x" # currently 2.7.9
2428
PYTHON_ARCH: "64"
2529
WINDOWS_SDK_VERSION: "v7.0"
2630

2731
- PYTHON: "C:\\Python33-x64"
28-
PYTHON_VERSION: "3.3.5"
32+
PYTHON_VERSION: "3.3.x" # currently 3.3.5
2933
PYTHON_ARCH: "64"
3034
WINDOWS_SDK_VERSION: "v7.1"
3135

3236
- PYTHON: "C:\\Python34-x64"
33-
PYTHON_VERSION: "3.4.1"
37+
PYTHON_VERSION: "3.4.x" # currently 3.4.3
3438
PYTHON_ARCH: "64"
3539
WINDOWS_SDK_VERSION: "v7.1"
3640

0 commit comments

Comments
 (0)