Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-04 17:04:57 -08:00
committed by GitHub
parent da51b22c59
commit 488c0f2aa9

View File

@@ -4,13 +4,15 @@ python:
- "3.6" - "3.6"
- "3.5" - "3.5"
script: script:
- "python3 setup.py test" - "python setup.py test"
- "py.test tests/ -v --cov wavinfo --cov-report term-missing"
before_install: before_install:
- "sudo apt-get update" - "sudo apt-get update"
- "sudo add-apt-repository universe" - "sudo add-apt-repository universe"
- "sudo apt-get install -y ffmpeg" - "sudo apt-get install -y ffmpeg"
- "pip3 install python-coveralls - "pip install pytest-cov"
- "pip install python-coveralls"
install: install:
- "pip3 install setuptools" - "pip install setuptools"
after_success: after_success:
- coveralls - coveralls