mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-02 19:15:26 +00:00
15 lines
257 B
YAML
15 lines
257 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
|
|
before_script:
|
|
- sudo aptitude -y -q install ffmpeg libavcodec-extra-53 lame libmp3lame0
|
|
|
|
install:
|
|
- pip install irs
|
|
|
|
script:
|
|
- python tests/song.py
|
|
- python tests/album.py
|
|
- python tests/playlist.py |