1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/.travis.yml

11 lines
189 B
YAML
Raw Normal View History

language: python
python:
2017-12-10 21:31:12 +00:00
- 2.7
- 3.5
- 3.6
install:
- pip install -r requirements.txt
- pip install lxml coverage codecov
2017-12-10 21:36:29 +00:00
script: coverage run setup.py test
2017-12-10 21:31:12 +00:00
after_script: codecov