From 44075e14f139a29c97eca4897c230b7e3a1295d9 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 24 Apr 2015 10:26:33 +0200 Subject: [PATCH] Add coveralls to travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dad601..3b00076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,11 @@ python: - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: pip install -r requirements.txt +install: + - "pip install -r requirements.txt" + - "pip install coveralls" # command to run tests, e.g. python setup.py test script: python setup.py test +after_success: + coveralls