mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Remove cruft.
This commit is contained in:
parent
bf72a830c2
commit
7eb119a73e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -37,11 +37,7 @@ jobs:
|
|||
python -m pip install --upgrade tox tox-gh-actions
|
||||
|
||||
- name: Tox tests
|
||||
shell: bash
|
||||
run: |
|
||||
tox
|
||||
env:
|
||||
TARGET: ${{ matrix.target }}
|
||||
run: tox
|
||||
|
||||
- name: Upload coverage to Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue