Skip to content

Commit ee7374a

Browse files
committed
Run only single tests on AppVeyor
1 parent 435e609 commit ee7374a

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

.appveyor.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,69 +3,21 @@
33

44
environment:
55
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"
186
- PYTHON: "C:\\Python36"
197
PYTHON_VERSION: "3.6.3"
208
PYTHON_ARCH: "32"
219
nodejs_version: "8.9.1"
2210
APPVEYOR: "true"
2311
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"
3612

3713
matrix:
3814
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"
5115
- PYTHON: "C:\\Python36"
5216
PYTHON_VERSION: "3.6.3"
5317
PYTHON_ARCH: "32"
5418
nodejs_version: "8.9.1"
5519
APPVEYOR: "true"
5620
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"
6921

7022
init:
7123
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

0 commit comments

Comments
 (0)