1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Fixed Travis script

This commit is contained in:
Alban 2017-12-10 22:36:29 +01:00 committed by GitHub
parent acb8d159f7
commit 52d82de145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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