From 6ed45442c4b7ea4e3b22aae3d574ca4149940dcc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 4 May 2010 11:58:28 +0200 Subject: build: enable python 3.0 and 3.1 in testwaf.sh try to ensure that we don't let support for python 3.x bitrot --- buildtools/testwaf.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'buildtools/testwaf.sh') 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 -- cgit