mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
12 lines
197 B
YAML
12 lines
197 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.5"
|
|
- "3.4"
|
|
script:
|
|
- "python3 setup.py test"
|
|
before_install:
|
|
- "sudo apt-get install -y ffprobe"
|
|
install:
|
|
- "pip3 install setuptools"
|