Files
wavinfo/.travis.yml
Jamie Hardt 910b3854c7 Update .travis.yml
Remove version 3.4 support
2019-01-03 11:44:24 -08:00

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"