From e0432458cc49c4a988fea32e469ecf67ecb54a9a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 3 Jan 2020 09:03:18 -0800 Subject: [PATCH] Update .travis.yml Attempt to turn codecov back on --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1eef601..fd2f221 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" + - "py.test tests/ -v --cov wavinfo --cov-report term-missing" before_install: - "sudo apt-get update" - "sudo add-apt-repository universe" @@ -17,7 +17,7 @@ before_install: - "pip install coverage" - "pip install codecov" - "pip install pytest-cov==2.5.0" -# - "pip install coverage==4.4" + - "pip install coverage==4.4" install: - "pip install setuptools" after_success: