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 E53F61382C5 for ; Sat, 7 Apr 2018 02:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDF9E0830; Sat, 7 Apr 2018 02:08:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4F85E0830 for ; Sat, 7 Apr 2018 02:08:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50F25335C30 for ; Sat, 7 Apr 2018 02:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B489D27D for ; Sat, 7 Apr 2018 02:08:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1523065321.5bbe149fa5ace7d31fc7109b4571ac6009f91772.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5bbe149fa5ace7d31fc7109b4571ac6009f91772 X-VCS-Branch: master Date: Sat, 7 Apr 2018 02:08:20 +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: 9edefe54-13ff-4397-bfa6-812e909041a4 X-Archives-Hash: 4c75dc5be21848b62d8657b1dd5e1f57 commit: 5bbe149fa5ace7d31fc7109b4571ac6009f91772 Author: Manuel RĂ¼ger gentoo org> AuthorDate: Fri Apr 6 22:44:18 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Apr 7 01:42:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5bbe149f travis: Install xmllint for repoman test suite Otherwise repoman/pym/repoman/tests/simple/test_simple.py doesn't run all tests Closes: https://github.com/gentoo/portage/pull/291 .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 94ed2dcb1..9313fc645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ python: # command to install dependencies install: + - sudo apt-get update -qq + - sudo apt-get install -y libxml2-utils - pip install lxml # python3.6+ has sha3 built-in, for older versions install pysha3 # (except for pypy where pysha3 is broken)