From 66e8bbe2dd27e055d73f379b343ee8429efc278e Mon Sep 17 00:00:00 2001 From: Mauro Doglio Date: Thu, 3 Aug 2017 13:54:01 +0100 Subject: [PATCH] Enable coveralls reports on Travis --- .travis.yml | 2 ++ test_requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6c87bf..dac41a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,5 @@ install: - pip install -r test_requirements.txt script: - py.test --cov taar tests +after_success: + - coveralls \ No newline at end of file diff --git a/test_requirements.txt b/test_requirements.txt index 11e217f..6ea3df8 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,3 +2,4 @@ pytest pytest-cov flake8 responses +coveralls \ No newline at end of file