Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-06-23 22:34:45 -07:00
parent 3f3fbc7632
commit 0ce18d9f13

View File

@@ -6,7 +6,7 @@ python:
- "3.5"
script:
- "python setup.py test"
- "py.test tests/ -v --cov wavinfo --cov-report term-missing"
# - "py.test tests/ -v --cov wavinfo --cov-report term-missing"
before_install:
- "sudo apt-get update"
- "sudo add-apt-repository universe"