From f60bdc1bf50d2d48965fac37309ad123e05733d9 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 18:31:23 +0100 Subject: [PATCH] Travis: debug log for pip install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4370cc3..969105db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: # command to install dependencies install: - #- "sudo pip install -e ." + - pip install -v --no-install -e . - python setup.py install # command to run tests -- 2.39.5