Update .travis.yml

This commit is contained in:
Jamie Hardt
2020-01-03 09:31:41 -08:00
committed by GitHub
parent ff862aafe9
commit cd11b0924b

View File

@@ -9,7 +9,7 @@ python:
script:
- "gunzip tests/test_files/rf64/*.gz"
- "python setup.py test"
- "py.test tests/ -v --cov wavinfo --cov-report term-missing"
- "PYTHONPATH=../ py.test tests/ -v --cov wavinfo --cov-report term-missing"
before_install:
- "sudo apt-get update"
- "sudo add-apt-repository universe"