disable spinner, otherwise the logs are just spam
This commit is contained in:
parent
922fab58f2
commit
3bbdbb3b69
|
@ -29,6 +29,8 @@ jobs:
|
|||
run: |
|
||||
tox -e mypy
|
||||
- name: Test with tox
|
||||
env:
|
||||
TOX_PARALLEL_NO_SPINNER: 1
|
||||
run: |
|
||||
coverage erase
|
||||
tox --parallel
|
||||
|
|
Loading…
Reference in New Issue