1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/.travis.yml
2018-04-29 14:51:30 +02:00

10 lines
158 B
YAML

language: python
python:
- 2.7
- 3.5
- 3.6
install:
- pip install -r travis-requirements.txt
script: coverage run setup.py test
after_script: codecov