From a1ece264813dfe6766b3c8fb50880c0a42b2312b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 16 Dec 2017 15:30:09 +0100 Subject: [PATCH] Added coveralls to travis build file. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f65642..c0589ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,7 @@ install: - pip install -r requirements.txt script: pytest + +after_success: + - coverage run -m pytest + - coveralls