summaryrefslogtreecommitdiffstats
path: root/debian/tests/run-tests
blob: ac02973f236912d6af748258773149a02b45f0fb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

# from debian/rules
for python in $(py3versions -s); do
    $python tests/test_all.py -q
done