Better check for Debian-style distribution
[zeroinstall.git] / tests / allpython.sh
blobbfbb9957b1e828e531e33eaa9314a57335f00df5
1 #!/bin/sh
2 set -e -x
3 for version in 2.4 2.5 2.6; do
4 python$version ./testall.py
5 done