#!/bin/sh

set -e

cp lupa/tests/test.py ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    $p test.py
done
