From 7867e45cb76cdcdcf0ade329361e7ec3ec6c3afc Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Feb 2014 19:16:10 +0100 Subject: [PATCH] use coveralls --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9214fce..dbaa4db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,8 @@ env: - TOXENV=flake8 install: - pip install tox --use-mirrors + - pip install -q coveralls --use-wheel script: - tox +after_success: + - coveralls