summaryrefslogtreecommitdiff
path: root/buildtools/testwaf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/testwaf.sh')
-rwxr-xr-xbuildtools/testwaf.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh
index b0771bb4ad..b6f8db15ef 100755
--- a/buildtools/testwaf.sh
+++ b/buildtools/testwaf.sh
@@ -46,8 +46,7 @@ done
echo "testing python portability"
pushd lib/talloc
-#versions="python2.4 python2.5 python2.6 python3.0 python3.1"
-versions="python2.4 python2.5 python2.6"
+versions="python2.4 python2.5 python2.6 python3.0 python3.1"
for p in $versions; do
echo "Testing $p"
$p ../../buildtools/bin/waf configure -C --enable-developer --prefix=$PREFIX