From be09fe7b658725717d5bfa1adddf014af2984217 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 3 Jan 2015 22:14:31 +0100 Subject: [PATCH] Be Less Noisy on Dependency Installation Signed-off-by: Lars Kiesow --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ead684..6824ca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: - "3.2" - "3.3" -before_install: pip install lxml python-dateutil +before_install: pip install --quiet lxml python-dateutil script: make test