6 ./setup.py build_ext --inplace
9 epydoc -q -o html --name pylibacl \
10 --url http://pylibacl.sourceforge.net/ \
17 for ver in 2.4 2.5 2.6 3.0 3.1; do \
18 if type python$$ver >/dev/null; then \
19 echo Testing with python$$ver; \
20 python$$ver ./setup.py test; \