mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
15 lines
247 B
YAML
15 lines
247 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
- 3.6
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- pip install lxml coverage codecov
|
|
script: coverage run setup.py test
|
|
after_script: codecov
|
|
matrix:
|
|
allow_failures:
|
|
- python: 3.5
|
|
- python: 3.6
|