mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +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"
|