]> git.parisson.com Git - telemeta.git/commitdiff
Travis: no-install no-download in Pip install
authorThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 09:23:10 +0000 (10:23 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 17 Nov 2014 09:23:10 +0000 (10:23 +0100)
.travis.yml

index cb61d47af62c8b8e8ac398e8e4a52674830bf3b5..2993c7517e3466a22cb359a9295b0dc1a8c1a6cb 100644 (file)
@@ -19,7 +19,7 @@ before_install:
 
 # command to install dependencies
 install:
- - pip install -v -v -v -e . 
+ - pip install -v -e . --no-install --no-download 
  - python setup.py install
 
 # command to run tests