#!/bin/sh
set -efu

cd "$AUTOPKGTEST_TMP"

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