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 891A1138359 for ; Thu, 13 Aug 2020 16:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE88E07FE; Thu, 13 Aug 2020 16:11:47 +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 B301AE07FE for ; Thu, 13 Aug 2020 16:11:47 +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 6C75E34F020 for ; Thu, 13 Aug 2020 16:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFDB9313 for ; Thu, 13 Aug 2020 16:11:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597335056.8c8235ce2434f44bdbb3bf6785d16acac8639e65.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c8235ce2434f44bdbb3bf6785d16acac8639e65 X-VCS-Branch: master Date: Thu, 13 Aug 2020 16:11:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 216eb312-6ee1-4df2-b94d-6017f170c453 X-Archives-Hash: 609ec9962e60123e28ac8fcad198c33c commit: 8c8235ce2434f44bdbb3bf6785d16acac8639e65 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 13 16:09:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 13 16:10:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c8235ce .travis.yml: Bump to portage-3.0.1 and switch to py3.8 Signed-off-by: Andreas Sturmlechner gentoo.org> .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 582392d03d..b66482d2b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ # language: python python: - - pypy + - "3.8" env: - - PORTAGE_VER="2.3.62" + - PORTAGE_VER="3.0.1" before_install: - sudo apt-get -qq update - pip install lxml pyyaml