projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cd978
)
runtests.sh: add pypy-2.0 to PYTHON_VERSIONS
author
Zac Medico
<zmedico@gentoo.org>
Sat, 22 Dec 2012 08:21:30 +0000
(
00:21
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 22 Dec 2012 08:21:30 +0000
(
00:21
-0800)
runtests.sh
patch
|
blob
|
history
diff --git
a/runtests.sh
b/runtests.sh
index 433112a09a910186ca51afe60b2cfb333837d369..25389b8d861f51df0df6c49b6291b5e46e40ffb3 100755
(executable)
--- 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