From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D45621382DE for ; Sat, 2 Jul 2016 08:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F73141A2; Sat, 2 Jul 2016 08:45:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8AF2141A2 for ; Sat, 2 Jul 2016 08:45:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7CEF340CBB for ; Sat, 2 Jul 2016 08:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C7F2413 for ; Sat, 2 Jul 2016 08:45:54 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1467449139.9b746ab8ae60e858b6872c69be5a79822c9d64d3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9b746ab8ae60e858b6872c69be5a79822c9d64d3 X-VCS-Branch: master Date: Sat, 2 Jul 2016 08:45:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b8a60d4-5da5-46ab-a418-c7689ced2d9c X-Archives-Hash: 05803c31a0f2d920233aa73f1ab6708f commit: 9b746ab8ae60e858b6872c69be5a79822c9d64d3 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 08:45:39 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jul 2 08:45:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b746ab8 Install missing dependency Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2a22449..cc43e78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - PORTAGE_VER="2.3.0" before_install: - sudo apt-get -qq update + - pip install lxml before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/