#! /bin/sh

set -e

cp -a three_merge/tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -r 2>/dev/null) ; do
    echo "Testing with $py:"
    $py /usr/bin/pytest-3 tests
done
