aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-12-26 15:41:49 +0100
committerFabian Groffen <grobian@gentoo.org>2012-12-26 15:41:49 +0100
commit487202f9db043fc140df65f644bbb3d2ce8039db (patch)
treec021c729da35a746b402e2520f0a74d3562de1f5 /runtests.sh
parenttarball.sh: fix after configure.in rename (diff)
parentemerge -h: add @ prefix to system and world sets (diff)
downloadportage-487202f9db043fc140df65f644bbb3d2ce8039db.tar.gz
portage-487202f9db043fc140df65f644bbb3d2ce8039db.tar.bz2
portage-487202f9db043fc140df65f644bbb3d2ce8039db.zip
Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix
Conflicts: pym/_emerge/actions.py
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index b2dfc4d85..dac6a3b29 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