mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- 3.5
|
|
- 3.6
|
|
- 3.7
|
|
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
|