1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/.travis.yml
2017-07-14 21:12:55 +02:00

6 lines
116 B
YAML

language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: "python -m unittest -v tests"