|
3 | 3 |
|
4 | 4 | environment:
|
5 | 5 | matrix:
|
6 |
| - - PYTHON: "C:\\Python36" |
7 |
| - PYTHON_VERSION: "3.6.3" |
8 |
| - PYTHON_ARCH: "32" |
9 |
| - nodejs_version: "8.9.1" |
10 |
| - APPVEYOR: "true" |
11 |
| - DEBUGGER_TEST: "true" |
12 |
| - - PYTHON: "C:\\Python36" |
13 |
| - PYTHON_VERSION: "3.6.3" |
14 |
| - PYTHON_ARCH: "32" |
15 |
| - nodejs_version: "8.9.1" |
16 |
| - APPVEYOR: "true" |
17 |
| - DEBUGGER_TEST_RELEASE: "true" |
18 | 6 | - PYTHON: "C:\\Python36"
|
19 | 7 | PYTHON_VERSION: "3.6.3"
|
20 | 8 | PYTHON_ARCH: "32"
|
21 | 9 | nodejs_version: "8.9.1"
|
22 | 10 | APPVEYOR: "true"
|
23 | 11 | SINGLE_WORKSPACE_TEST: "true"
|
24 |
| - - PYTHON: "C:\\Python36" |
25 |
| - PYTHON_VERSION: "3.6.3" |
26 |
| - PYTHON_ARCH: "32" |
27 |
| - nodejs_version: "8.9.1" |
28 |
| - APPVEYOR: "true" |
29 |
| - MULTIROOT_WORKSPACE_TEST: "true" |
30 |
| - - PYTHON: "C:\\Python36" |
31 |
| - PYTHON_VERSION: "3.6.3" |
32 |
| - PYTHON_ARCH: "32" |
33 |
| - nodejs_version: "8.9.1" |
34 |
| - APPVEYOR: "true" |
35 |
| - ANALYSIS_TEST: "true" |
36 | 12 |
|
37 | 13 | matrix:
|
38 | 14 | allow_failures:
|
39 |
| - - PYTHON: "C:\\Python36" |
40 |
| - PYTHON_VERSION: "3.6.3" |
41 |
| - PYTHON_ARCH: "32" |
42 |
| - nodejs_version: "8.9.1" |
43 |
| - APPVEYOR: "true" |
44 |
| - DEBUGGER_TEST: "true" |
45 |
| - - PYTHON: "C:\\Python36" |
46 |
| - PYTHON_VERSION: "3.6.3" |
47 |
| - PYTHON_ARCH: "32" |
48 |
| - nodejs_version: "8.9.1" |
49 |
| - APPVEYOR: "true" |
50 |
| - DEBUGGER_TEST_RELEASE: "true" |
51 | 15 | - PYTHON: "C:\\Python36"
|
52 | 16 | PYTHON_VERSION: "3.6.3"
|
53 | 17 | PYTHON_ARCH: "32"
|
54 | 18 | nodejs_version: "8.9.1"
|
55 | 19 | APPVEYOR: "true"
|
56 | 20 | SINGLE_WORKSPACE_TEST: "true"
|
57 |
| - - PYTHON: "C:\\Python36" |
58 |
| - PYTHON_VERSION: "3.6.3" |
59 |
| - PYTHON_ARCH: "32" |
60 |
| - nodejs_version: "8.9.1" |
61 |
| - APPVEYOR: "true" |
62 |
| - MULTIROOT_WORKSPACE_TEST: "true" |
63 |
| - - PYTHON: "C:\\Python36" |
64 |
| - PYTHON_VERSION: "3.6.3" |
65 |
| - PYTHON_ARCH: "32" |
66 |
| - nodejs_version: "8.9.1" |
67 |
| - APPVEYOR: "true" |
68 |
| - ANALYSIS_TEST: "true" |
69 | 21 |
|
70 | 22 | init:
|
71 | 23 | - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
|
|
0 commit comments