Run tests with Python 3.4.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sun, 7 Oct 2012 04:51:12 +0000 (06:51 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sun, 7 Oct 2012 04:51:12 +0000 (06:51 +0200)
runtests.sh

index f65bb619f79a4338aef66c93453b84a6b191c825..433112a09a910186ca51afe60b2cfb333837d369 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 2.7-pypy-1.9 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 3.4"
 
 # has to be run from portage root dir
 cd "${0%/*}" || exit 1