]> git.parisson.com Git - telemeta.git/commitdiff
Travis: make Pip install very verbose
authorThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 09:11:53 +0000 (10:11 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 09:11:53 +0000 (10:11 +0100)
.travis.yml

index be9396dfde805bfa60f9a5b93d8570f8d46c9ce2..cb61d47af62c8b8e8ac398e8e4a52674830bf3b5 100644 (file)
@@ -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