Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sun, 23 Mar 2014 15:57:18
Message-Id: 1395590187.6daffecda308f916ad2d7da7607be2fcfccf7e9d.arfrever@gentoo
1 commit: 6daffecda308f916ad2d7da7607be2fcfccf7e9d
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Mar 23 15:56:27 2014 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> apache <DOT> org>
5 CommitDate: Sun Mar 23 15:56:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6daffecd
7
8 runtests.sh: Add 3.4 to PYTHON_SUPPORTED_VERSIONS and 3.5 to PYTHON_VERSIONS.
9
10 ---
11 runtests.sh | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/runtests.sh b/runtests.sh
15 index 86d34b6..7999220 100755
16 --- a/runtests.sh
17 +++ b/runtests.sh
18 @@ -3,8 +3,8 @@
19 # Distributed under the terms of the GNU General Public License v2
20
21 # These are the versions we care about. The rest are just "nice to have".
22 -PYTHON_SUPPORTED_VERSIONS="2.6 2.7 3.2 3.3"
23 -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"
24 +PYTHON_SUPPORTED_VERSIONS="2.6 2.7 3.2 3.3 3.4"
25 +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 3.5"
26
27 # has to be run from portage root dir
28 cd "${0%/*}" || exit 1