#!/bin/sh

set -e

cp -r flor_test ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    $p -m pytest flor_test
done
