From b36d259ae18d55c5f7118db6461c7a89ac003b4c Mon Sep 17 00:00:00 2001 From: cn Date: Sun, 9 Aug 2020 02:11:30 +0200 Subject: [PATCH] Remove coveralls integration --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2f2993..3431eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,8 @@ jobs: env: TOXENV=py27 install: -- pip install --ignore-installed --upgrade setuptools pip tox coveralls +- pip install --ignore-installed --upgrade setuptools pip tox script: - cd library - tox -vv - -after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi