File tree Expand file tree Collapse file tree 1 file changed +23
-16
lines changed Expand file tree Collapse file tree 1 file changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,29 @@ environment:
99 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor\\ run_with_env.cmd"
1010
1111 matrix :
12- # - PYTHON: "C:\\Python27_32"
13- # PYTHON_VERSION: "2.7"
14- # PYTHON_ARCH: "32"
15-
16- # disable other builds until they can be run in parallel
17- # - PYTHON: "C:\\Python27_64"
18- # PYTHON_VERSION: "2.7"
19- # PYTHON_ARCH: "64"
20-
21- # - PYTHON: "C:\\Python34_32"
22- # PYTHON_VERSION: "3.4.2"
23- # PYTHON_ARCH: "32"
24-
25- - PYTHON : " C:\\ Python34_64"
26- PYTHON_VERSION : " 3.4.2"
27- PYTHON_ARCH : " 64"
12+ - PYTHON : " C:\\ Python27_32"
13+ PYTHON_VERSION : " 2.7"
14+ PYTHON_ARCH : " 32"
15+
16+ - PYTHON : " C:\\ Python27_64"
17+ PYTHON_VERSION : " 2.7"
18+ PYTHON_ARCH : " 64"
19+
20+ - PYTHON : " C:\\ Python34_32"
21+ PYTHON_VERSION : " 3.4.3"
22+ PYTHON_ARCH : " 32"
23+
24+ - PYTHON : " C:\\ Python34_64"
25+ PYTHON_VERSION : " 3.4.3"
26+ PYTHON_ARCH : " 64"
27+
28+ - PYTHON : " C:\\ Python35"
29+ PYTHON_VERSION : " 3.5.0"
30+ PYTHON_ARCH : " 32"
31+
32+ - PYTHON : " C:\\ Python35-x64"
33+ PYTHON_VERSION : " 3.5.0"
34+ PYTHON_ARCH : " 64"
2835
2936install :
3037 # Install Python (from the official .msi of http://python.org) and pip when
You can’t perform that action at this time.
0 commit comments