#!/bin/sh

set -e

for py in $(py3versions -s); do
    debian/tests/run_tests.sh $py
done
