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" - "3.5"
script: script:
- "python setup.py test" - "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: before_install:
- "sudo apt-get update" - "sudo apt-get update"
- "sudo add-apt-repository universe" - "sudo add-apt-repository universe"