summaryrefslogtreecommitdiff
path: root/buildtools/testwaf.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-04 11:58:28 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-04 13:02:30 +0200
commit6ed45442c4b7ea4e3b22aae3d574ca4149940dcc (patch)
tree1f56275ae1d1f12ece35ee903b22f2b362336b97 /buildtools/testwaf.sh
parentce67027c0705159d25ec616caf737736b4ea7ea8 (diff)
downloadsamba-6ed45442c4b7ea4e3b22aae3d574ca4149940dcc.tar.gz
samba-6ed45442c4b7ea4e3b22aae3d574ca4149940dcc.tar.bz2
samba-6ed45442c4b7ea4e3b22aae3d574ca4149940dcc.zip
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
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