#!/bin/sh

set -e

pep8 --ignore E501 .

TMPDIR=. python setup.py test "$@"
