From 13f0eb60d47dbb7d1136c9fc403e820ad74e0059 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 17 Nov 2014 10:11:53 +0100 Subject: [PATCH] Travis: make Pip install very verbose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5