From f7da7926dfa2f9b998488359cacd6563b9f7f0b7 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 15:19:46 +0200 Subject: [PATCH] added coveralls support in travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a759ab9..5f594b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,9 @@ notifications: use_notice: true install: "pip install -r requirements.txt" -script: nosetests +before_script: + - "pip install python-coveralls" +script: + - "nosetests --with-cov" +after_success: + - coveralls