#!/bin/sh -e

cp -r qrcode/tests $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
for py in $(py3versions -s); do
    $py -m pytest
done
