From 5a88ee3a52688a620ffc7c0843a6fb4a8d043b90 Mon Sep 17 00:00:00 2001 From: aph Date: Tue, 19 Nov 2013 20:00:06 +0000 Subject: [PATCH] let's try coveralls --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8658828..71a20c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ python: - 3.3 - pypy install: - - pip install pytest args + - pip install pytest args coveralls pytest-cov script: - - py.test + - py.test --cov clint +after_success: + coveralls