#!/bin/sh
set -e

cp -R tests "$ADTTMP"
2to3 -w "$ADTTMP/tests"
cd "$ADTTMP"

py.test-3 tests
