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:
parent
81c356355b
commit
a2611cb700
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user