From 0ce18d9f131db0e1c118af3b2f409a95837330e4 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 23 Jun 2019 22:34:45 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"