From: Thomas Fillon Date: Mon, 17 Nov 2014 09:11:53 +0000 (+0100) Subject: Travis: make Pip install very verbose X-Git-Tag: 1.5.0rc1~27^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=13f0eb60d47dbb7d1136c9fc403e820ad74e0059;p=telemeta.git Travis: make Pip install very verbose --- diff --git a/.travis.yml b/.travis.yml index be9396df..cb61d47a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: # command to install dependencies install: - - pip install -v -e . + - pip install -v -v -v -e . - python setup.py install # command to run tests