From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97B0113825B for ; Sun, 15 May 2016 08:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E5F21C06D; Sun, 15 May 2016 08:40:57 +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 34287E085A for ; Sun, 15 May 2016 08:40:56 +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 D50E1340C33 for ; Sun, 15 May 2016 08:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E051D96C for ; Sun, 15 May 2016 08:40:50 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1463301557.9c02e8afd218b5d039f3312c278e37d4cd816967.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9c02e8afd218b5d039f3312c278e37d4cd816967 X-VCS-Branch: repoman Date: Sun, 15 May 2016 08:40:50 +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: d4dc35fd-7138-4329-80e0-f493e6b2ea5d X-Archives-Hash: 178b41389afdf5bc94ea05b28f1055ae commit: 9c02e8afd218b5d039f3312c278e37d4cd816967 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 15 02:36:38 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun May 15 08:39:17 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9c02e8af .travis.yml: Add lxml dependency .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 214bf4c..53e60bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ python: - 3.4 - 3.5 - pypy + +# command to install dependencies +install: "pip install lxml" + script: - ./setup.py test - ./setup.py install --root=/tmp/install-root