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 EF4121382C5 for ; Tue, 3 Apr 2018 16:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0B4E0D9A; Tue, 3 Apr 2018 16:58:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9ABDE0D9A for ; Tue, 3 Apr 2018 16:58:03 +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 86DC3335D16 for ; Tue, 3 Apr 2018 16:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30AC2277 for ; Tue, 3 Apr 2018 16:58:01 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1522774632.0733bde7002d35352124c53b203adf929892d8f4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0733bde7002d35352124c53b203adf929892d8f4 X-VCS-Branch: master Date: Tue, 3 Apr 2018 16:58:01 +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: cbe4e4d9-57f0-46e3-909b-4d0e8370c66d X-Archives-Hash: b7102306b90cb5b871cfe7d30296b7be commit: 0733bde7002d35352124c53b203adf929892d8f4 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 3 16:57:12 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 3 16:57:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0733bde7 .travis.yml: Refactor pip install .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3a04a6f6a..ed71eff50c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ env: - REPOMAN_VER="2.3.9" before_install: - sudo apt-get -qq update - - pip install lxml==4.1.1 - - pip install pyyaml + - pip install lxml==4.1.1 pyyaml before_script: - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles