disable spinner, otherwise the logs are just spam

This commit is contained in:
Alessio Bogon 2022-11-05 14:25:43 +01:00
parent 922fab58f2
commit 3bbdbb3b69
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ jobs:
run: |
tox -e mypy
- name: Test with tox
env:
TOX_PARALLEL_NO_SPINNER: 1
run: |
coverage erase
tox --parallel