#!/bin/sh

set -eu

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests"
rm test_examplefiles.py test_lexers_other.py

for python in $(pyversions -i); do
	$python ./run.py --verbose 2>&1
done
