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 536CE138334 for ; Sat, 4 Jan 2020 08:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AAD0E0831; Sat, 4 Jan 2020 08:16:27 +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 5E9BFE0831 for ; Sat, 4 Jan 2020 08:16:27 +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 F01C334DEAC for ; Sat, 4 Jan 2020 08:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ECD01E for ; Sat, 4 Jan 2020 08:16:23 +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: <1578125698.15e94fc75e4dc5251d38a8abd6c64b2e046a8766.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: 15e94fc75e4dc5251d38a8abd6c64b2e046a8766 X-VCS-Branch: master Date: Sat, 4 Jan 2020 08:16:23 +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: ad7df7c3-8dd4-4a35-977f-ce5004799142 X-Archives-Hash: a0d3d5a488b7593a53c27d1f9462e179 commit: 15e94fc75e4dc5251d38a8abd6c64b2e046a8766 Author: Zac Medico gentoo org> AuthorDate: Sat Jan 4 07:44:05 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jan 4 08:14:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=15e94fc7 travis.yml: enable pypy3 Bug: https://bugs.gentoo.org/575840 Signed-off-by: Zac Medico gentoo.org> .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b1b4bf26b..837dbd95d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.7 - 3.8-dev - pypy + - pypy3 # command to install dependencies install: