@@ -34,14 +34,113 @@ environment:
3434 PYTHON : " C:\\ Python35-x64"
3535 platform : x64
3636
37+ - TOOLCHAIN_VERSION : 14.0
38+ RUST : 1.9.0
39+ PYTHON : " C:\\ Python34"
40+ DISTUTILS_USE_SDK : " 1"
41+ platform : Win32
42+
43+ - TOOLCHAIN_VERSION : 14.0
44+ RUST : beta
45+ PYTHON : " C:\\ Python34"
46+ DISTUTILS_USE_SDK : " 1"
47+ platform : Win32
48+
49+ - TOOLCHAIN_VERSION : 14.0
50+ RUST : nightly
51+ PYTHON : " C:\\ Python34"
52+ DISTUTILS_USE_SDK : " 1"
53+ platform : Win32
54+
55+ - TOOLCHAIN_VERSION : 14.0
56+ RUST : 1.9.0
57+ PYTHON : " C:\\ Python34-x64"
58+ DISTUTILS_USE_SDK : " 1"
59+ platform : x64
60+
61+ - TOOLCHAIN_VERSION : 14.0
62+ RUST : beta
63+ PYTHON : " C:\\ Python34-x64"
64+ DISTUTILS_USE_SDK : " 1"
65+ platform : x64
66+
67+ - TOOLCHAIN_VERSION : 14.0
68+ RUST : nightly
69+ PYTHON : " C:\\ Python34-x64"
70+ DISTUTILS_USE_SDK : " 1"
71+ platform : x64
72+
73+ - TOOLCHAIN_VERSION : 14.0
74+ RUST : 1.9.0
75+ PYTHON : " C:\\ Python33"
76+ DISTUTILS_USE_SDK : " 1"
77+ platform : Win32
78+
79+ - TOOLCHAIN_VERSION : 14.0
80+ RUST : beta
81+ PYTHON : " C:\\ Python33"
82+ DISTUTILS_USE_SDK : " 1"
83+ platform : Win32
84+
85+ - TOOLCHAIN_VERSION : 14.0
86+ RUST : nightly
87+ PYTHON : " C:\\ Python33"
88+ DISTUTILS_USE_SDK : " 1"
89+ platform : Win32
90+
91+ - TOOLCHAIN_VERSION : 14.0
92+ RUST : 1.9.0
93+ PYTHON : " C:\\ Python33-x64"
94+ DISTUTILS_USE_SDK : " 1"
95+ platform : x64
96+
97+ - TOOLCHAIN_VERSION : 14.0
98+ RUST : beta
99+ PYTHON : " C:\\ Python33-x64"
100+ DISTUTILS_USE_SDK : " 1"
101+ platform : x64
102+
103+ - TOOLCHAIN_VERSION : 14.0
104+ RUST : nightly
105+ PYTHON : " C:\\ Python33-x64"
106+ DISTUTILS_USE_SDK : " 1"
107+ platform : x64
108+
109+ - TOOLCHAIN_VERSION : 14.0
110+ RUST : 1.9.0
111+ PYTHON : " C:\\ Python27"
112+ platform : Win32
113+
114+ - TOOLCHAIN_VERSION : 14.0
115+ RUST : beta
116+ PYTHON : " C:\\ Python27"
117+ platform : Win32
118+
119+ - TOOLCHAIN_VERSION : 14.0
120+ RUST : nightly
121+ PYTHON : " C:\\ Python27"
122+ platform : Win32
123+
124+ - TOOLCHAIN_VERSION : 14.0
125+ RUST : 1.9.0
126+ PYTHON : " C:\\ Python27-x64"
127+ platform : x64
128+
129+ - TOOLCHAIN_VERSION : 14.0
130+ RUST : beta
131+ PYTHON : " C:\\ Python27-x64"
132+ platform : x64
133+
134+ - TOOLCHAIN_VERSION : 14.0
135+ RUST : nightly
136+ PYTHON : " C:\\ Python27-x64"
137+ platform : x64
138+
37139matrix :
38140 allow_failures :
39141 - RUST : nightly
40142
41143install :
42- # Install Python (from the official .msi of http://python.org) and pip when
43- # not already installed.
44- - " powershell ./appveyor/install.ps1"
45144 - " git submodule update --init --recursive"
46145
47146build_script : appveyor/build.bat
0 commit comments