summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-12-22 00:21:30 -0800
committerZac Medico <zmedico@gentoo.org>2012-12-22 00:21:30 -0800
commit8e8d1789b96f668d1738d6444e86529ade63dc10 (patch)
tree929ab4697dc11dc305a31cb21c56be7bf776a360 /runtests.sh
parentc4cd97883bb936d21f8e995cb1f7e989fe851cff (diff)
downloadportage-8e8d1789b96f668d1738d6444e86529ade63dc10.tar.gz
portage-8e8d1789b96f668d1738d6444e86529ade63dc10.tar.bz2
portage-8e8d1789b96f668d1738d6444e86529ade63dc10.zip
runtests.sh: add pypy-2.0 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 433112a09..25389b8d8 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