repo.or.cz
/
zeroinstall
/
solver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minimum Python version is now 2.5
[zeroinstall/solver.git]
/
tests
/
allpython.sh
blob
cb54d1bdecac5b4b549e872e931022118306d471
1
#!/bin/sh
2
set -e -x
3
for
version
in
2.5
"2.6 -3"
;
do
4
python
$version
.
/
testall.py
5
done