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

Update .travis.yml to use the new setup.py

This commit is contained in:
Óscar García Amor 2017-08-07 13:19:53 +02:00
parent 81c356355b
commit a2611cb700

View File

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