build: enable python 3.0 and 3.1 in testwaf.sh
authorAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 09:58:28 +0000 (11:58 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 May 2010 11:02:30 +0000 (13:02 +0200)
try to ensure that we don't let support for python 3.x bitrot

buildtools/testwaf.sh

index b0771bb4ad408d224a90585bfc4b8ce56ee7706e..b6f8db15ef62b4b619db9a23b636ef913828d1b1 100755 (executable)
@@ -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