From 6a153a48d55c1ff21d043b4f593a63bce7050b4f Mon Sep 17 00:00:00 2001 From: HelloZeroNet Date: Sun, 20 Sep 2015 13:45:20 +0200 Subject: [PATCH] Coveralls report --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16199599..00aecc23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,7 @@ script: before_install: - pip install codecov - pip install pytest-cov + - pip install coveralls after_success: - - codecov \ No newline at end of file + - codecov + - coveralls