File tree 5 files changed +53
-53
lines changed
5 files changed +53
-53
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
- matrix :
2
+ matrix : []
3
3
# Unit and integration tests.
4
- - PYTHON : " C:\\ Python27-x64"
5
- RUN_INTEGRATION_TESTS : " True"
6
- - PYTHON : " C:\\ Python35-x64"
7
- RUN_INTEGRATION_TESTS : " True"
8
- - PYTHON : " C:\\ Python36-x64"
9
- RUN_INTEGRATION_TESTS : " True"
4
+ # - PYTHON: "C:\\Python27-x64"
5
+ # RUN_INTEGRATION_TESTS: "True"
6
+ # - PYTHON: "C:\\Python35-x64"
7
+ # RUN_INTEGRATION_TESTS: "True"
8
+ # - PYTHON: "C:\\Python36-x64"
9
+ # RUN_INTEGRATION_TESTS: "True"
10
10
# Unit tests only.
11
11
# Nothing for the moment
12
12
Original file line number Diff line number Diff line change 3
3
parameters :
4
4
vmImage : ubuntu-16.04
5
5
6
- - template : jobs/package.yml
7
- parameters :
8
- vmImage : ubuntu-16.04
6
+ # - template: jobs/package.yml
7
+ # parameters:
8
+ # vmImage: ubuntu-16.04
Original file line number Diff line number Diff line change 3
3
parameters :
4
4
vmImage : xcode9-macos10.13
5
5
6
- - template : jobs/package.yml
7
- parameters :
8
- vmImage : xcode9-macos10.13
6
+ # - template: jobs/package.yml
7
+ # parameters:
8
+ # vmImage: xcode9-macos10.13
Original file line number Diff line number Diff line change 3
3
parameters :
4
4
vmImage : vs2017-win2016
5
5
6
- - template : jobs/package.yml
7
- parameters :
8
- vmImage : vs2017-win2016
6
+ # - template: jobs/package.yml
7
+ # parameters:
8
+ # vmImage: vs2017-win2016
Original file line number Diff line number Diff line change @@ -12,45 +12,45 @@ stages:
12
12
- secondary
13
13
14
14
jobs :
15
- include :
16
- # Basic Checks
17
- - stage : primary
18
- env : TOXENV=docs
19
- - env : TOXENV=lint
20
- - env : TOXENV=vendoring
21
- # Latest CPython
22
- - env : GROUP=1
23
- python : 2.7
24
- - env : GROUP=2
25
- python : 2.7
26
- - env : GROUP=1
27
- - env : GROUP=2
15
+ include : []
16
+ # # Basic Checks
17
+ # - stage: primary
18
+ # env: TOXENV=docs
19
+ # - env: TOXENV=lint
20
+ # - env: TOXENV=vendoring
21
+ # # Latest CPython
22
+ # - env: GROUP=1
23
+ # python: 2.7
24
+ # - env: GROUP=2
25
+ # python: 2.7
26
+ # - env: GROUP=1
27
+ # - env: GROUP=2
28
28
29
- # Complete checking for ensuring compatibility
30
- # PyPy
31
- - stage : secondary
32
- env : GROUP=1
33
- python : pypy3.5-6.0
34
- - env : GROUP=2
35
- python : pypy3.5-6.0
36
- - env : GROUP=1
37
- python : pypy2.7-6.0
38
- - env : GROUP=2
39
- python : pypy2.7-6.0
40
- # Other Supported CPython
41
- - env : GROUP=1
42
- python : 3.6
43
- - env : GROUP=2
44
- python : 3.6
45
- - env : GROUP=1
46
- python : 3.5
47
- - env : GROUP=2
48
- python : 3.5
29
+ # # Complete checking for ensuring compatibility
30
+ # # PyPy
31
+ # - stage: secondary
32
+ # env: GROUP=1
33
+ # python: pypy3.5-6.0
34
+ # - env: GROUP=2
35
+ # python: pypy3.5-6.0
36
+ # - env: GROUP=1
37
+ # python: pypy2.7-6.0
38
+ # - env: GROUP=2
39
+ # python: pypy2.7-6.0
40
+ # # Other Supported CPython
41
+ # - env: GROUP=1
42
+ # python: 3.6
43
+ # - env: GROUP=2
44
+ # python: 3.6
45
+ # - env: GROUP=1
46
+ # python: 3.5
47
+ # - env: GROUP=2
48
+ # python: 3.5
49
49
50
- - env : GROUP=1
51
- python : 3.8-dev
52
- - env : GROUP=2
53
- python : 3.8-dev
50
+ # - env: GROUP=1
51
+ # python: 3.8-dev
52
+ # - env: GROUP=2
53
+ # python: 3.8-dev
54
54
55
55
fast_finish : true
56
56
# It's okay to fail on the in-development CPython version.
You can’t perform that action at this time.
0 commit comments