From 262be37bb502d51530896c883701df10aadbc530 Mon Sep 17 00:00:00 2001 From: Markus Beissinger Date: Tue, 12 May 2015 20:10:38 -0700 Subject: [PATCH] make pip verbose to avoid travis timeout when installing scipy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e797b1..5c870dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ before_install: - cd ../.. install: - - "pip install -r req-travis.txt" + - "pip install -r -v req-travis.txt" # command to run tests script: nosetests \ No newline at end of file