Run tox in verbose mode

This commit is contained in:
Jannis Leidel 2020-11-23 16:26:48 +01:00
parent 72bde0ee1d
commit cd80f6860d
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -24,7 +24,8 @@ jobs:
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
run: tox
run: |
tox -v
- name: Upload coverage
uses: codecov/codecov-action@v1