From 93466822d696a4dcb759806bab34c29803e8bbd5 Mon Sep 17 00:00:00 2001 From: henry senyondo Date: Sun, 18 Dec 2022 18:58:28 -0500 Subject: [PATCH] Use python-coveralls --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f771fec..a5562eb 100755 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ python: - "3.7" - "3.8" install: - - "pip install git+https://git@github.com/docopt/docopt.git" - - "pip install coveralls" + - "pip install python-coveralls" - "pip install -e .[test]" script: - py.test --cov cligj --cov-report term-missing