diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-04 11:58:28 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-04 13:02:30 +0200 |
commit | 6ed45442c4b7ea4e3b22aae3d574ca4149940dcc (patch) | |
tree | 1f56275ae1d1f12ece35ee903b22f2b362336b97 /buildtools | |
parent | ce67027c0705159d25ec616caf737736b4ea7ea8 (diff) | |
download | samba-6ed45442c4b7ea4e3b22aae3d574ca4149940dcc.tar.gz |
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')
-rwxr-xr-x | buildtools/testwaf.sh | 3 |
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 |