mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-12 21:22:17 +00:00
Update .travis.yml to use the new setup.py
This commit is contained in:
parent
81c356355b
commit
a2611cb700
@ -1,5 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install: "pip install -r requirements.txt"
|
install: "python setup.py install"
|
||||||
script: "python -m unittest -v tests"
|
script: "python setup.py test"
|
||||||
|
Loading…
Reference in New Issue
Block a user