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:
parent
f8254532ed
commit
6cbd47f297
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: "python -m unittest -v tests"
|
Loading…
Reference in New Issue
Block a user