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 E204D13825A for ; Sun, 15 May 2016 02:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB1621C04D; Sun, 15 May 2016 02:37:56 +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 EB45621C04D for ; Sun, 15 May 2016 02:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69ADD340C20 for ; Sun, 15 May 2016 02:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC14387B for ; Sun, 15 May 2016 02:37:48 +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: <1463279798.1acad2ed7358f0195722d4205a09d74a5a1728b6.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: 1acad2ed7358f0195722d4205a09d74a5a1728b6 X-VCS-Branch: repoman Date: Sun, 15 May 2016 02:37:48 +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: 6eafc3d7-b30e-45a2-8338-ed5f3b91a9bf X-Archives-Hash: 9c7dc11f2f4b7d5ec331c7219c38e12b commit: 1acad2ed7358f0195722d4205a09d74a5a1728b6 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 15 02:36:38 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun May 15 02:36:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1acad2ed .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