summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-02-26 21:15:50 +0100
committerZac Medico <zmedico@gentoo.org>2011-03-01 12:52:38 -0800
commitaa3c16d67e97e0cf970c96b534e29b49240184f3 (patch)
tree6551f20434dafc29b1d5ef6de3a8fe686abcf184
parenta8be8f23dc84e92b9163f152af9640c2a37bad0b (diff)
downloadportage-aa3c16d67e97e0cf970c96b534e29b49240184f3.tar.gz
portage-aa3c16d67e97e0cf970c96b534e29b49240184f3.tar.bz2
portage-aa3c16d67e97e0cf970c96b534e29b49240184f3.zip
Run tests with Python 3.3.
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index dc3343fe9..6c00ce530 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,6 +1,6 @@
#!/bin/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)