From a6446f2784d2d0cab32d691992ad7d74d35f4e76 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 17 Nov 2014 10:23:10 +0100 Subject: [PATCH] Travis: no-install no-download in Pip install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5