mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
14 lines
266 B
YAML
14 lines
266 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.5"
|
|
script:
|
|
- "python3 setup.py test"
|
|
before_install:
|
|
- "sudo apt-get update"
|
|
- "sudo add-apt-repository universe"
|
|
- "sudo apt-get install -y ffmpeg"
|
|
install:
|
|
- "pip3 install setuptools"
|