aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-02-26 22:13:21 +0100
committerFabian Groffen <grobian@gentoo.org>2011-02-26 22:13:21 +0100
commit2c30998a168fbb2f0ebca7d5e409be000793e816 (patch)
tree45e1e3278f3e4c15d38630678dfa2c97444bfa93 /runtests.sh
parenttarball.sh: typo, remove space (diff)
parentRun tests with Python 3.3. (diff)
downloadportage-2c30998a168fbb2f0ebca7d5e409be000793e816.tar.gz
portage-2c30998a168fbb2f0ebca7d5e409be000793e816.tar.bz2
portage-2c30998a168fbb2f0ebca7d5e409be000793e816.zip
Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix
Conflicts: bin/ebuild-helpers/4/dodoc bin/ebuild-helpers/doins bin/ebuild.sh bin/isolated-functions.sh bin/misc-functions.sh
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 f3d91a926..0ae49315f 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,6 +1,6 @@
#!@PORTAGE_BASH@
-PYTHON_VERSIONS="2.6 2.7 3.1 3.2"
+PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"
case "${NOCOLOR:-false}" in
yes|true)