#!/bin/sh
set -efu

cd "$ADTTMP"

echo "=== pypy ==="
pypy -m nose bs4.tests 2>&1
