Files
wavinfo/.travis.yml
Jamie Hardt 830c702376 Update .travis.yml
Removed other old versions
2019-01-01 12:21:05 -08:00

12 lines
194 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"