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

14 lines
245 B
YAML
Raw Normal View History

2019-07-06 14:50:15 +00:00
dist: xenial
language: python
python:
2017-12-10 21:31:12 +00:00
- 3.5
- 3.6
2019-07-06 14:50:15 +00:00
- 3.7
2019-12-23 16:30:27 +00:00
- 3.8
2017-12-10 21:31:12 +00:00
install:
- pip install -r travis-requirements.txt
script:
- coverage run setup.py test
- coverage run -a setup.py test --test-suite tests.with_net
2017-12-10 21:31:12 +00:00
after_script: codecov