File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
python-version :
17
- - ' 3.6'
18
17
- ' 3.7'
19
18
- ' 3.8'
20
19
- ' 3.9'
36
35
- name : Install dependencies
37
36
run : python -m pip install --upgrade codecov tox
38
37
39
- - name : Install tox-py
40
- if : ${{ matrix.python-version == '3.6' }}
41
- run : python -m pip install --upgrade tox-py
42
-
43
38
- name : Run tox targets for ${{ matrix.python-version }}
44
- if : ${{ matrix.python-version != '3.6' }}
45
39
run : tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
46
40
47
- - name : Run tox targets for ${{ matrix.python-version }}
48
- if : ${{ matrix.python-version == '3.6' }}
49
- run : tox --py current
50
-
51
41
- name : Run extra tox targets
52
42
if : ${{ matrix.python-version == '3.9' }}
53
43
run : |
You can’t perform that action at this time.
0 commit comments