#!/bin/sh
set -e
python -Wd -m nose -v pybtex/tests 2>&1
