Update .travis.yml

This commit is contained in:
Jamie Hardt
2020-01-03 09:39:50 -08:00
committed by GitHub
parent cd11b0924b
commit 2f124b0d56

View File

@@ -9,7 +9,7 @@ python:
script: script:
- "gunzip tests/test_files/rf64/*.gz" - "gunzip tests/test_files/rf64/*.gz"
- "python setup.py test" - "python setup.py test"
- "PYTHONPATH=../ py.test tests/ -v --cov wavinfo --cov-report term-missing" - "pythong -m pytest 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"