#!/bin/sh
set -efu

cd "$AUTOPKGTEST_TMP"

for py in $(py3versions --supported); do
	$py -m pyfiglet.test
done
