runtests.sh: add pypy-1.9 to PYTHON_VERSIONS
authorZac Medico <zmedico@gentoo.org>
Wed, 13 Jun 2012 10:15:23 +0000 (03:15 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 13 Jun 2012 10:21:33 +0000 (03:21 -0700)
runtests.sh

index 56aa2cc1e312cbd960b86de95028d87e2512f5b0..f65bb619f79a4338aef66c93453b84a6b191c825 100755 (executable)
@@ -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