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

6 lines
101 B
YAML
Raw Normal View History

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