]> git.parisson.com Git - telemeta.git/commitdiff
Travis: debug log for pip install
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 17:31:23 +0000 (18:31 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 17:31:23 +0000 (18:31 +0100)
.travis.yml

index b4370cc38d71d596eb9239f0b21d9944225559d8..969105db1329f23a05aab47e9cdaeca48a5ce4d0 100644 (file)
@@ -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