From 34926f4081d3902b999d7c340562e7e9279711dc Mon Sep 17 00:00:00 2001 From: meherett Date: Sat, 14 Oct 2023 06:23:06 +0300 Subject: [PATCH] Change: coveralls to old package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa0dab1..e17c725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: bionic before_install: - python -m pip install --upgrade pip install: - - pip install -e .[tests,docs] tox-travis python-coveralls + - pip install -e .[tests,docs] tox-travis coveralls matrix: include: - name: "3.9"