From 85129cb8d7d154f57eabb3bc060dab4baaf039fb Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 25 Jun 2019 15:27:18 +0200 Subject: [PATCH] Instruct travis to install coveralls Coveralls is used to publish coverage results online via coveralls.io. Travis is already configured to run it "after_success", but this has failed for a while, because it was not installed. Signed-off-by: Lukas Puehringer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc510b82..a6b82b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - TOXENV=py36 before_script: - - pip install pylint bandit tox + - pip install pylint bandit tox coveralls script: - pylint tuf