1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-10-18 08:52:17 +00:00

Updates for Travis and codecov

This commit is contained in:
spl0k 2017-12-10 22:31:12 +01:00
parent 5d969e4c71
commit acb8d159f7
3 changed files with 19 additions and 3 deletions

3
.coveragerc Normal file
View File

@ -0,0 +1,3 @@
[run]
source = supysonic

View File

@ -1,5 +1,15 @@
language: python language: python
python: python:
- "2.7" - 2.7
install: "python setup.py install" - 3.5
script: "python setup.py test" - 3.6
install:
- pip install -r requirements.txt
- pip install lxml coverage codecov
script: coverage setup.py test
after_script: codecov
matrix:
allow_failures:
- python: 3.5
- python: 3.6

View File

@ -2,6 +2,9 @@
Supysonic is a Python implementation of the [Subsonic][] server API. Supysonic is a Python implementation of the [Subsonic][] server API.
[![Build Status](https://travis-ci.org/spl0k/supysonic.svg?branch=master)](https://travis-ci.org/spl0k/supysonic)
[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)
Current supported features are: Current supported features are:
* browsing (by folders or tags) * browsing (by folders or tags)
* streaming of various audio file formats * streaming of various audio file formats