From ad9fd0bf158f758ca3ba80f80ab313062650b3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Feb 2016 17:10:03 +0100 Subject: [PATCH] Install some dependencies by apt instead of pip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems to work faster (as we have to run apt anyway to get latest git). Signed-off-by: Michal Čihař --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1545c349f2..1a8c17ce95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,6 @@ addons: apt: packages: - git + - python-coverage sources: - git-core - - python-coverage - - python-requests