1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/.travis.yml
2017-08-07 13:19:53 +02:00

6 lines
101 B
YAML

language: python
python:
- "2.7"
install: "python setup.py install"
script: "python setup.py test"