File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -50,46 +50,55 @@ jobs:
50
50
action : 2.7
51
51
docker : 2.7
52
52
implementation : cpython
53
+ major : 2
53
54
- name : CPython 3.5
54
55
tox : py35
55
56
action : 3.5
56
57
docker : 3.5
57
58
implementation : cpython
59
+ major : 3
58
60
- name : CPython 3.6
59
61
tox : py36
60
62
action : 3.6
61
63
docker : 3.6
62
64
implementation : cpython
65
+ major : 3
63
66
- name : CPython 3.7
64
67
tox : py37
65
68
action : 3.7
66
69
docker : 3.7
67
70
implementation : cpython
71
+ major : 3
68
72
- name : CPython 3.8
69
73
tox : py38
70
74
action : 3.8
71
75
docker : 3.8
72
76
implementation : cpython
77
+ major : 3
73
78
- name : CPython 3.9
74
79
tox : py39
75
80
action : 3.9
76
81
docker : 3.9
77
82
implementation : cpython
83
+ major : 3
78
84
- name : PyPy 2.7
79
85
tox : pypy27
80
86
action : pypy-2.7
81
87
docker : pypy2.7
82
88
implementation : pypy
89
+ major : 2
83
90
- name : PyPy 3.6
84
91
tox : pypy36
85
92
action : pypy-3.6
86
93
docker : pypy3.6
87
94
implementation : pypy
95
+ major : 3
88
96
- name : PyPy 3.7
89
97
tox : pypy37
90
98
action : pypy-3.7
91
99
docker : pypy3.7
92
100
implementation : pypy
101
+ major : 3
93
102
reactor :
94
103
- name : default
95
104
tox : default
@@ -105,19 +114,15 @@ jobs:
105
114
dependencies : asyncio
106
115
exclude :
107
116
- python :
108
- tox : py27
117
+ major : 2
109
118
reactor :
110
119
tox : pyqt5
111
120
- python :
112
- tox : py27
121
+ major : 2
113
122
reactor :
114
123
tox : pyside2
115
124
- python :
116
- tox : py27
117
- reactor :
118
- tox : asyncio
119
- - python :
120
- tox : pypy2
125
+ major : 2
121
126
reactor :
122
127
tox : asyncio
123
128
- python :
You can’t perform that action at this time.
0 commit comments