summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-13 03:15:23 -0700
committerZac Medico <zmedico@gentoo.org>2012-06-13 03:21:33 -0700
commit3febf0aa9bfb2483565b464399aa5d6df17dddc4 (patch)
treec93da602354ff98830948cba798c192d5d8d0fc3 /runtests.sh
parentbb440128bdf47cbec0789b1e9453ca726ad3dd50 (diff)
downloadportage-3febf0aa9bfb2483565b464399aa5d6df17dddc4.tar.gz
portage-3febf0aa9bfb2483565b464399aa5d6df17dddc4.tar.bz2
portage-3febf0aa9bfb2483565b464399aa5d6df17dddc4.zip
runtests.sh: add pypy-1.9 to PYTHON_VERSIONS
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 56aa2cc1e..f65bb619f 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 3.1 3.2 3.3"
+PYTHON_VERSIONS="2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9 3.1 3.2 3.3"
# has to be run from portage root dir
cd "${0%/*}" || exit 1