diff --git a/.travis.yml b/.travis.yml index 173bb60..d9d12ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"