From 83e65e77c4990ab78c0695f5c3c8dd92f47deaff Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 20 May 2020 17:43:17 +0200 Subject: [PATCH] [travis] try to fix tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index daeaf76..dbde158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ python: before_install: - sudo apt-get -qq update install: - - pip install coverage + - pip install -U coverage==4.3 - pip install codeclimate-test-reporter - - pip install coverage script: - coverage run -m unittest discover -v - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter