@@ -9,42 +9,16 @@ environment:
9
9
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor\\ run_with_env.cmd"
10
10
11
11
matrix :
12
- - PYTHON : " C:\\ Python27_32"
13
- PYTHON_VERSION : " 2.7.14"
14
- PYTHON_ARCH : " 32"
15
-
16
- - PYTHON : " C:\\ Python27_64"
17
- PYTHON_VERSION : " 2.7.14"
18
- PYTHON_ARCH : " 64"
19
-
20
- - PYTHON : " C:\\ Python34_32"
21
- PYTHON_VERSION : " 3.4.4"
22
- PYTHON_ARCH : " 32"
23
-
24
- - PYTHON : " C:\\ Python34_64"
25
- PYTHON_VERSION : " 3.4.4"
26
- PYTHON_ARCH : " 64"
27
-
28
- - PYTHON : " C:\\ Python35_32"
29
- PYTHON_VERSION : " 3.5.4"
30
- PYTHON_ARCH : " 32"
31
-
32
- - PYTHON : " C:\\ Python35_64"
33
- PYTHON_VERSION : " 3.5.4"
34
- PYTHON_ARCH : " 64"
35
-
36
- - PYTHON : " C:\\ Python36_32"
37
- PYTHON_VERSION : " 3.6"
38
- PYTHON_ARCH : " 32"
39
-
40
- - PYTHON : " C:\\ Python36_64"
41
- PYTHON_VERSION : " 3.6"
42
- PYTHON_ARCH : " 64"
12
+ - PYTHON : " C:\\ Python27"
13
+ - PYTHON : " C:\\ Python27-x64"
14
+ - PYTHON : " C:\\ Python34"
15
+ - PYTHON : " C:\\ Python34-x64"
16
+ - PYTHON : " C:\\ Python35"
17
+ - PYTHON : " C:\\ Python35-x64"
18
+ - PYTHON : " C:\\ Python36"
19
+ - PYTHON : " C:\\ Python36-x64"
43
20
44
21
install :
45
- # Install Python (from the official .msi of https://python.org) and pip when
46
- # not already installed.
47
- - " powershell ./ci/appveyor/install.ps1"
48
22
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
49
23
50
24
# Check that we have the expected version and architecture for Python
0 commit comments