1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

Added .travis.yml to run tests with Travis CI

This commit is contained in:
Óscar García Amor 2017-07-14 21:12:55 +02:00
parent f8254532ed
commit 6cbd47f297

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: "python -m unittest -v tests"