From cd11b0924b8f85439ff9566168ffb84c6921d9f7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 3 Jan 2020 09:31:41 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 897633b..a5c4661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: script: - "gunzip tests/test_files/rf64/*.gz" - "python setup.py test" - - "py.test tests/ -v --cov wavinfo --cov-report term-missing" + - "PYTHONPATH=../ py.test tests/ -v --cov wavinfo --cov-report term-missing" before_install: - "sudo apt-get update" - "sudo add-apt-repository universe"