From c58041b97c0e0c86b03c8ff158cb7113078624fb Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 10 Oct 2016 13:05:25 +0300 Subject: [PATCH] Add Coveralls. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7410d6f..2382fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ python: - pypy3 install: - pip install --upgrade pytest + - pip install --upgrade pytest-cov script: - - py.test -v test + - py.test --cov-report= --cov=ssh-audit -v test +after_success: + - coveralls