mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
6 lines
116 B
YAML
6 lines
116 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install: "pip install -r requirements.txt"
|
|
script: "python -m unittest -v tests"
|