From b5713479cd98af58d5872e15d5c8eba3e3e8d347 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 25 Jun 2019 14:37:49 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5de4b91..c979764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.5" - "3.7" script: + - "gunzip tests/test_files/rf64/*.gz" - "python setup.py test" # - "py.test tests/ -v --cov wavinfo --cov-report term-missing" before_install: