mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-23 01:16:18 +00:00
Fixed Travis script
This commit is contained in:
parent
6bd61e0388
commit
577f607f13
@ -6,10 +6,9 @@ python:
|
|||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install lxml coverage codecov
|
- pip install lxml coverage codecov
|
||||||
script: coverage setup.py test
|
script: coverage run setup.py test
|
||||||
after_script: codecov
|
after_script: codecov
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user