From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 26 Feb 2011 20:15:50 +0000 (+0100) Subject: Run tests with Python 3.3. X-Git-Tag: v2.1.9.42~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa3c16d67e97e0cf970c96b534e29b49240184f3;p=portage.git Run tests with Python 3.3. --- 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)