Test SAT learning
[zeroinstall/solver.git] / tests / allpython.sh
blob730843cae16fcd4a6a1e799610b93064310e3125
1 #!/bin/sh
2 set -e -x
3 for version in 2.5 "2.6 -3"; do
4 python$version -tt ./testall.py
5 done