From: Thomas Fillon Date: Thu, 13 Nov 2014 17:31:23 +0000 (+0100) Subject: Travis: debug log for pip install X-Git-Tag: 1.5.0rc1~27^2~25 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f60bdc1bf50d2d48965fac37309ad123e05733d9;p=telemeta.git Travis: debug log for pip install --- 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