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

6 lines
116 B
YAML
Raw Normal View History

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