From 5755c41638e83fdf29008eb59e2aeeccd62eafe2 Mon Sep 17 00:00:00 2001 From: Mattia Campolese Date: Sun, 10 Feb 2019 13:42:45 +0000 Subject: [PATCH] Fix existing issue with codecov ( https://github.com/z4r/python-coveralls/issues/66 ) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b0c2092..b92a33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.6" before_install: - pip install codecov - - pip install pytest pytest-cov + - pip install pytest 'pytest-cov==2.5.0' install: - pip install -q coverage - pip install -r requirements.txt