#!/bin/sh -e

export HOME=$AUTOPKGTEST_TMP
for py in $(py3versions -s); do
    $py -m pytest
done
