#!/bin/sh

set -e

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