From 6e591651f9565be2f0ae59d6fa9f06a7ae99363e Mon Sep 17 00:00:00 2001 From: Gunjan Chhablani Date: Fri, 14 Jun 2024 15:01:39 -0400 Subject: [PATCH] Remove coverage version (#372) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 772a7204..71524bba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - '3.8' install: - pip install -r requirements.txt - - pip install coverage==4.5.4 + - pip install coverage - pip install flake8 pytest PyYAML - pip install coveralls script: