We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7443e commit 8c65e6dCopy full SHA for 8c65e6d
.github/workflows/main.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
python-version:
17
- - '3.6'
18
- '3.7'
19
- '3.8'
20
- '3.9'
@@ -36,18 +35,9 @@ jobs:
36
35
- name: Install dependencies
37
run: python -m pip install --upgrade codecov tox
38
39
- - name: Install tox-py
40
- if: ${{ matrix.python-version == '3.6' }}
41
- run: python -m pip install --upgrade tox-py
42
-
43
- name: Run tox targets for ${{ matrix.python-version }}
44
- if: ${{ matrix.python-version != '3.6' }}
45
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
46
47
- - name: Run tox targets for ${{ matrix.python-version }}
48
49
- run: tox --py current
50
51
- name: Run extra tox targets
52
if: ${{ matrix.python-version == '3.9' }}
53
run: |
0 commit comments