Update .travis.yml

This commit is contained in:
Jamie Hardt
2020-01-03 09:40:01 -08:00
committed by GitHub
parent 2f124b0d56
commit 54ce5abe77

View File

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