From 7835aff216407e31f8977b91b178a1e64d8d1fd8 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Tue, 2 Oct 2018 19:44:10 +1300 Subject: [PATCH] Add coveralls --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73781ed..f3fb55a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ python: install: - pip install coverage pytest-cov + - pip install coveralls script: - coverage run -m unittest sample.tests after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) + - coveralls \ No newline at end of file