From: Thomas Fillon Date: Mon, 17 Nov 2014 09:23:10 +0000 (+0100) Subject: Travis: no-install no-download in Pip install X-Git-Tag: 1.5.0rc1~27^2~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a6446f2784d2d0cab32d691992ad7d74d35f4e76;p=telemeta.git Travis: no-install no-download in Pip install --- diff --git a/.travis.yml b/.travis.yml index cb61d47a..2993c751 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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