We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbcea0 commit c324efbCopy full SHA for c324efb
.github/workflows/tox_run.yml
@@ -34,24 +34,3 @@ jobs:
34
pip install tox tox-gh-actions
35
- name: Test with tox
36
run: tox -e py
37
-
38
39
- coverage:
40
- runs-on: ubuntu-latest
41
- strategy:
42
- matrix:
43
- python-version: ["3.7"]
44
- fail-fast: false
45
46
- steps:
47
- - uses: actions/checkout@v1
48
- - name: Set up Python ${{ matrix.python-version }}
49
- uses: actions/setup-python@v2
50
- with:
51
- python-version: ${{ matrix.python-version }}
52
- - name: Install dependencies
53
- run: |
54
- python -m pip install --upgrade pip
55
- pip install tox
56
- - name: Measure coverage
57
- run: tox -e coverage
0 commit comments