File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,28 @@ environment:
9
9
matrix :
10
10
11
11
- PYTHON : " C:\\ Python27"
12
- - PYTHON : " C:\\ Python34"
13
- - PYTHON : " C:\\ Python35"
12
+ PYTHON_VERSION : " 2.7"
13
+ PYTHON_ARCH : " 32"
14
+
14
15
- PYTHON : " C:\\ Python27-x64"
15
- - PYTHON : " C:\\ Python34-x64"
16
- - PYTHON : " C:\\ Python35-x64"
16
+ PYTHON_VERSION : " 2.7"
17
+ PYTHON_ARCH : " 64"
18
+
19
+ # - PYTHON: "C:\\Python34"
20
+ # PYTHON_VERSION: "3.4"
21
+ # PYTHON_ARCH: "32"
22
+ #
23
+ # - PYTHON: "C:\\Python34-x64"
24
+ # PYTHON_VERSION: "3.4"
25
+ # PYTHON_ARCH: "64"
26
+ #
27
+ # - PYTHON: "C:\\Python35"
28
+ # PYTHON_VERSION: "3.5"
29
+ # PYTHON_ARCH: "32"
30
+ #
31
+ # - PYTHON: "C:\\Python35-x64"
32
+ # PYTHON_VERSION: "3.5"
33
+ # PYTHON_ARCH: "64"
17
34
18
35
install :
19
36
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
You can’t perform that action at this time.
0 commit comments