#!/bin/sh
set -e -u
export PYTHONWARNINGS=d
cp -a test/ "$ADTTMP"
cd "$ADTTMP/test/"
pyversions -i | tr ' ' '\n' | xargs -I {} env {} tests.py 2>&1
