File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,14 @@ jobs:
17
17
test :
18
18
name : ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
19
19
runs-on : ${{ matrix.os.runs-on }}
20
+ container : ${{ format(matrix.os.container, matrix.python.docker) }}
20
21
strategy :
21
22
fail-fast : false
22
23
matrix :
23
24
os :
24
25
- name : Linux
25
26
runs-on : ubuntu-latest
27
+ container : docker://python:{0}-buster
26
28
- name : Windows
27
29
runs-on : windows-latest
28
30
- name : macOS
@@ -31,18 +33,23 @@ jobs:
31
33
- name : CPython 2.7
32
34
tox : py27
33
35
action : 2.7
36
+ docker : 2.7
34
37
- name : CPython 3.5
35
38
tox : py35
36
39
action : 3.5
40
+ docker : 3.5
37
41
- name : CPython 3.6
38
42
tox : py36
39
43
action : 3.6
44
+ docker : 3.6
40
45
- name : CPython 3.7
41
46
tox : py37
42
47
action : 3.7
48
+ docker : 3.7
43
49
- name : CPython 3.8
44
50
tox : py38
45
51
action : 3.8
52
+ docker : 3.8
46
53
reactor :
47
54
- name : default
48
55
tox : default
You can’t perform that action at this time.
0 commit comments