From f24d6626c9fad8d667e8c15e981d479d3e5faaa5 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 19:06:04 +0100 Subject: [PATCH] Travis: debug log for pip install timeside --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 969105db..cd936bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_install: # command to install dependencies install: + - pip install -v timeside - pip install -v --no-install -e . - python setup.py install -- 2.39.5