From 3e7faefedb0517dd0eb639ddf985a7646de2e1de Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 3 Jan 2020 10:03:56 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6adc329..890ee1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,17 +9,17 @@ python: script: - "gunzip tests/test_files/rf64/*.gz" - "python setup.py test" - - "python -m pytest tests/ -v --cov wavinfo --cov-report term-missing" +# - "python -m pytest tests/ -v --cov wavinfo --cov-report term-missing" before_install: - "sudo apt-get update" - "sudo add-apt-repository universe" - "sudo apt-get install -y ffmpeg" - "pip install pytest" - - "pip install coverage" - - "pip install codecov" - - "pip install pytest-cov==2.5.0" - - "pip install coverage==4.4" +# - "pip install coverage" +# - "pip install codecov" +# - "pip install pytest-cov==2.5.0" +# - "pip install coverage==4.4" install: - "pip install setuptools" -after_success: - - "codecov" +# after_success: +# - "codecov"