#! /bin/sh

cp -r setup.cfg maintenancemode ${AUTOPKGTEST_TMP}

for py3vers in $(py3versions -s); do
    echo Testing with $py3vers
    cd ${AUTOPKGTEST_TMP} && ls -la && PYTHONPATH=. $py3vers -m pytest
done
