From dabbad3afce2f9ab1fc92ebc2334ac7e5a8bf8c1 Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 10 Oct 2016 13:07:52 +0300 Subject: [PATCH] Coveralls should be installed. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2382fc7..f1ee663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: install: - pip install --upgrade pytest - pip install --upgrade pytest-cov + - pip install --upgrade coveralls script: - py.test --cov-report= --cov=ssh-audit -v test after_success: