1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/.travis.yml
2019-12-23 17:30:27 +01:00

14 lines
245 B
YAML

dist: xenial
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install -r travis-requirements.txt
script:
- coverage run setup.py test
- coverage run -a setup.py test --test-suite tests.with_net
after_script: codecov