From 344131c886762e279f61f0314010578226dca2d3 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Fri, 3 Jul 2015 00:46:50 +0200 Subject: [PATCH] Add support for coveralls. --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50dc368e4..0be0092ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,10 @@ matrix: - env: TOX_ENV=py34-djangomaster install: - - pip install tox + - pip install tox python-coveralls script: - - tox -e $TOX_ENV + - tox -e $TOX_ENV -- --cov=rest_framework + +after_success: + - coveralls