Remove cruft.

This commit is contained in:
Jannis Leidel 2020-11-23 14:59:47 +01:00
parent bf72a830c2
commit 7eb119a73e
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -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