summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-10-07 06:51:12 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-10-07 06:51:12 +0200
commitda242e25372a16334b9babfad2868feb78f9a529 (patch)
tree09ec93c76e96be9a4e86211677f0cf0e6d28d8ec /runtests.sh
parente8b66e3e9781aaad8535085007aa12b9a2a64742 (diff)
downloadportage-da242e25372a16334b9babfad2868feb78f9a529.tar.gz
portage-da242e25372a16334b9babfad2868feb78f9a529.tar.bz2
portage-da242e25372a16334b9babfad2868feb78f9a529.zip
Run tests with Python 3.4.
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 f65bb619f..433112a09 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"
+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