mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
6 lines
101 B
YAML
6 lines
101 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install: "python setup.py install"
|
|
script: "python setup.py test"
|