mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Fix coverage report
This commit is contained in:
parent
8a3ea151cc
commit
ec31ba6ff7
@ -9,5 +9,5 @@ install:
|
|||||||
- pip install -r travis-requirements.txt
|
- pip install -r travis-requirements.txt
|
||||||
script:
|
script:
|
||||||
- coverage run setup.py test
|
- coverage run setup.py test
|
||||||
- coverage run setup.py test --test-suite tests.api.test_lyrics
|
- coverage run -a setup.py test --test-suite tests.api.test_lyrics
|
||||||
after_script: codecov
|
after_script: codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user