5 for ver in 2.4 2.5 2.6 3.0 3.1; do
6 if ! type python$ver >/dev/null; then
7 echo Skipping python$ver
10 echo Testing using python$ver
12 python$ver ./setup.py clean
13 python$ver ./setup.py build_ext -i
14 PYTHONPATH=. python$ver ./test/test_xattr.py