#!/bin/sh

set -eu

cp test/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

for python in $(py3versions -s); do
	$python test.py
done
