Ensure tempfile is None when a download is unmodified
[zeroinstall/zeroinstall-limyreth.git] / tests / allpython.sh
blobcb54d1bdecac5b4b549e872e931022118306d471
1 #!/bin/sh
2 set -e -x
3 for version in 2.5 "2.6 -3"; do
4 python$version ./testall.py
5 done