From 4a53c7789d71efd0b340af23dd7819d95abb2c25 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 18 Jun 2015 15:59:35 +0200 Subject: [PATCH] Renable coverall in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d2614c05..eb591ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ before_install: install: - python setup.py install - pip install -rdev-requirements.txt + - pip install coveralls script: - ifconfig