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 AB7861381F3 for ; Sat, 22 Dec 2012 08:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7452021C011; Sat, 22 Dec 2012 08:22:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF7C021C011 for ; Sat, 22 Dec 2012 08:22:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF07D33D913 for ; Sat, 22 Dec 2012 08:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78743E543C for ; Sat, 22 Dec 2012 08:22:32 +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: <1356164490.8e8d1789b96f668d1738d6444e86529ade63dc10.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: runtests.sh X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8e8d1789b96f668d1738d6444e86529ade63dc10 X-VCS-Branch: master Date: Sat, 22 Dec 2012 08:22:32 +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: 6a8d6dc6-6fa8-46c6-9f62-674ac399a5a3 X-Archives-Hash: 017cdc3b204e99b0ed86592fb2ec86bc commit: 8e8d1789b96f668d1738d6444e86529ade63dc10 Author: Zac Medico gentoo org> AuthorDate: Sat Dec 22 08:21:30 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Dec 22 08:21:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8e8d1789 runtests.sh: add pypy-2.0 to PYTHON_VERSIONS --- runtests.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtests.sh b/runtests.sh index 433112a..25389b8 100755 --- a/runtests.sh +++ b/runtests.sh @@ -2,7 +2,7 @@ # Copyright 2010-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -PYTHON_VERSIONS="2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9 3.1 3.2 3.3 3.4" +PYTHON_VERSIONS="2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0 3.1 3.2 3.3 3.4" # has to be run from portage root dir cd "${0%/*}" || exit 1