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